Enum FlexDirection
Defines the main-axis of the flex layout.
Namespace: UnityEngine.UIElements
Syntax
public enum FlexDirection : int
Fields
Name | Description | Value |
---|---|---|
Column | Top to Bottom. |
|
ColumnReverse | Bottom to Top. |
|
Row | Left to Right. |
|
RowReverse | Right to Left. |