This version of Unity is unsupported.

TwoPaneSplitView Constructor

Declaration

public TwoPaneSplitView(int fixedPaneIndex, float fixedPaneStartDimension, UIElements.TwoPaneSplitViewOrientation orientation);

Parameters

fixedPaneIndex 0 for setting first child as the fixed pane, 1 for the second child element.
fixedPaneStartDimension Set an inital width or height for the fixed pane.
orientation Orientation of the split view.

Description

Parameterized constructor.