TwoPaneSplitView
Parameterized constructor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
TwoPaneSplitView()
Parameterized constructor.
public TwoPaneSplitView()
TwoPaneSplitView(int, float, TwoPaneSplitViewOrientation)
Parameterized constructor.
public TwoPaneSplitView(int fixedPaneIndex, float fixedPaneStartDimension, TwoPaneSplitViewOrientation orientation)
Parameters
0 for setting first child as the fixed pane, 1 for the second child element.
Set an inital width or height for the fixed pane.
Orientation of the split view.