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