FlexDirection
Defines the main-axis of the flex layout.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum FlexDirection
Fields
Value | Description |
|---|---|
| Column | Top to Bottom. |
| ColumnReverse | Bottom to Top. |
| Row | Left to Right. |
| RowReverse | Right to Left. |