BoxGeometry
Contains the basic geometric shape of a box.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
- Implements: IGeometry
public struct BoxGeometry : IGeometry
Constructors
Constructor | Description |
|---|---|
| BoxGeometry(UnityEngine.Vector3) | Create a box shape with the provided parameters. |
Properties
Property | Description |
|---|---|
| GeometryType | Returns the geometry type of this shape, which is BoxGeometry. |
| HalfExtents | The half extents of the box shape. |