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

# InOut

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

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Edge` | 0 | The object is located along an edge of its parent. |
| `Inset` | 1 | The object's located is inset from its parent's location. |
| `Center` | 2 | The object's location is centered on it's parent. |