Class BoxCollider3D
Inherited Members
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class BoxCollider3D : BaseCollider
Properties
size
Declaration
public Vector3 size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 | The size of the BoxCollider in the local space of the GameObject. The valid range is (0.00001, inf) in every dimension. |