struct in UnityEngine.LowLevelPhysics
/
Implemented in:UnityEngine.PhysicsModule
Implements interfaces:IGeometry
Contains the basic geometric shape of a box.
| Property | Description |
|---|---|
| GeometryType | Returns the geometry type of this shape, which is BoxGeometry. |
| HalfExtents | The half extents of the box shape. |
| Constructor | Description |
|---|---|
| BoxGeometry | Create a box shape with the provided parameters. |