Class CylinderCollider3D
Inherited Members
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class CylinderCollider3D : BaseCollider
Properties
height
Declaration
public float height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height of the cylinder collider in the local space of the GameObject |
radius
Declaration
public float radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The top and bottom radius of the cylinder collider in the local space of the GameObject |