Enum Direction
Direction of a UI container. This is used on Tabs UI elements for example.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| Horizontal | Container's items are stacked horizontally. |
| Vertical | Container's items are stacked vertically. |