ShapeOrientation Enum
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
Defines the different possible orientations of a shape.
public enum ShapeOrientation
Fields
| Name | Description |
|---|---|
| UpX | The shape is aligned with the Ox axis. |
| UpY | The shape is aligned with the Oy axis. |
| UpZ | The shape is aligned with the Oz axis. |