跳到主要内容

Class HorizontalSplitView

Events

onPaneWidthChanged

public Action<float> onPaneWidthChanged

Properties

splitlineWidth

public float splitlineWidth { get; set; }

splitlinColor

public Color splitlinColor { get; set; }

leftPane

public VisualElement leftPane { get; }

rightPane

public VisualElement rightPane { get; }

flexPane

public VisualElement flexPane { get; private set; }

fixedPane

public VisualElement fixedPane { get; private set; }

Methods

void SetFixedPane(PaneType paneType)

public void SetFixedPane(PaneType paneType)

void AddToLeftPane(VisualElement visualElement)

public void AddToLeftPane(VisualElement visualElement)

void AddToRightPane(VisualElement visualElement)

public void AddToRightPane(VisualElement visualElement)

void SetFixedPanelWidth(float width, [bool notify = true])

public void SetFixedPanelWidth(float width, [bool notify = true])

void SetFixedPaneMinWidth(float minWidth)

public void SetFixedPaneMinWidth(float minWidth)