Enum TwoPaneSplitViewOrientation
Determines the orientation of the two resizable panes.
Namespace: UnityEngine.UIElements
Syntax
public enum TwoPaneSplitViewOrientation : int
Fields
Name | Description | Value |
---|---|---|
Horizontal | Split view panes layout is left/right with vertical resizable split. |
0 |
Vertical | Split view panes layout is top/bottom with horizontal resizable split. |
1 |