struct in UnityEngine.LowLevelPhysics
/
Implemented in:UnityEngine.PhysicsModule
Implements interfaces:IGeometry
Contains the basic geometric shape of a sphere.
Property | Description |
---|---|
GeometryType | Returns the geometry type of this shape, which is SphereGeometry. |
Radius | The radius of the sphere shape. |
Constructor | Description |
---|---|
SphereGeometry | Create a sphere shape with the provided parameter. |