PartSide
Underlying type: byte
Defines the sides of a part.
| Name | Value | Description |
|---|---|---|
| Front | 0 | The front side (Positive Z direction). |
| Back | 1 | The back side (Negative Z direction). |
| Left | 2 | The left side (Negative X direction). |
| Right | 3 | The right side (Positive X direction). |
| Top | 4 | The top side (Positive Y direction). |
| Bottom | 5 | The bottom side (Negative Y direction). |