Position |
[FlagsAttribute] public enum PositionTypes
Member name | Value | Description |
---|---|---|
Center | 0 | Center |
Left | 1 | Left (smallest value in X direction) |
Right | 2 | Right (biggest value in X direction) |
Top | 4 | Top (biggest value in Y direction) |
TopLeft | 5 | Top and Left |
TopRight | 6 | Top and Right |
Bottom | 8 | Bottom (smallest value in Y direction) |
BottomLeft | 9 | Bottom and Left |
BottomRight | 10 | Bottom and Right |
Front | 16 | Front (biggest value in Z direction) |
Back | 32 | Back (smallest value in Z direction) |