Class CapsuleCollider3D
Inherited Members
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class CapsuleCollider3D : BaseCollider
Properties
height
Declaration
public float height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height of the capsule collider in the local space of the GameObject, including the radius of the capsule. |
radius
Declaration
public float radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The top and bottom radius of the capsule collider in the local space of the GameObject. The valid range is [0.00001, inf). |