Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TwoPaneSplitView

Parameterized constructor.
Read time 1 minuteLast updated 10 days ago

Definition

TwoPaneSplitView()

Parameterized constructor.
public TwoPaneSplitView()

TwoPaneSplitView(int, float, TwoPaneSplitViewOrientation)

Parameterized constructor.
public TwoPaneSplitView(int fixedPaneIndex, float fixedPaneStartDimension, 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 of the split view.