LeftRight
The LeftRight Enum is used to set where the object is on the side of its parent.
Items
Name | Value | Summary |
---|---|---|
Left | 0 | The object is on the left side of its parent (X axis). |
Center | 1 | The object is centered on the center of its parent (X axis), expanding equally to the left and right of the parent's center. |
Right | 2 | The object is on the right side of its parent (X axis). |