GeometryHolder
Holds the basic information of a geometric shape and its type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
public struct GeometryHolder
Properties
Property | Description |
|---|---|
| Type | Returns the type of the geometry shape that was saved previously. |
Methods
Method | Description |
|---|---|
| As | Return the specified geometric shape stored inside this Geometry Holder object. |
Static Methods
Method | Description |
|---|---|
| Create | Create a GeometryHolder object with a specified geometric shape. |