TwoPaneSplitViewOrientation
Determines the orientation of the two resizable panes.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum TwoPaneSplitViewOrientation
Fields
Value | Description |
|---|---|
| Horizontal | Split view panes layout is left/right with vertical resizable split. |
| Vertical | Split view panes layout is top/bottom with horizontal resizable split. |