Class VerticalSplitView
Events
onFixedPaneHeightChanged
public event Action onFixedPaneHeightChanged;
Properties
splitlineThickness
public float splitlineThickness { get; set; }
splitlinColor
public Color splitlinColor { get; set; }
topPane
public VisualElement topPane { get; }
bottomPane
public VisualElement bottomPane { get; }
flexPane
public VisualElement flexPane { get; private set; }
fixedPane
public VisualElement fixedPane { get; private set; }
Methods
SetFixedPane(PaneType paneType)
public void SetFixedPane(PaneType paneType)
AddToTopPane<T>(T visualElement)
public T AddToTopPane<T>(T visualElement)
AddToBottomPane<T>(T visualElement)
public T AddToBottomPane<T>(T visualElement)
SetFixedPanelHeight(float height, [bool notify = true])
public void SetFixedPanelHeight(float height, [bool notify = true])
SetFixedPaneMinHeight(float minHeight)
public void SetFixedPaneMinHeight(float minHeight)