LeftRight

The LeftRight Enum is used to set where the object is on the side of its parent.

Items

NameValueSummary
Left0

The object is on the left side of its parent (X axis).

Center1

The object is centered on the center of its parent (X axis), expanding equally to the left and right of the parent's center.

Right2

The object is on the right side of its parent (X axis).

On this page