CapsuleGeometry(float, float)
Create a capsule shape with the provided parameters.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
public CapsuleGeometry(float radius, float halfLength)
Parameters
Remarks
The capsule shape is made from a cylinder shape with 2 half-spheres at each end. Therefore, the total height of the capsule is .
2 * halfLength + 2 * radius