---
name: LeftRight
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The LeftRight Enum is used to set where the object is on the side of its parent."
---

# LeftRight

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

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `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). |