Interlude.Tick.Extra.DebugUI.Splitter
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
Splitter Class¶
Inheritance System.Object → Splitter
Methods¶
Splitter.BeginHorizontal(UI, string, float) Method¶
Begins a horizontal splitter. Pushes the first-pane rect; call Next(UI) then End(UI) to complete.
Parameters¶
ui UI
fraction System.Single
Splitter.BeginVertical(UI, string, float) Method¶
Begins a vertical splitter. Pushes the first-pane rect; call Next(UI) then End(UI) to complete.
Parameters¶
ui UI
fraction System.Single
Splitter.End(UI) Method¶
Pops the second-pane and outer container rects and restores the ID.
Parameters¶
ui UI
Splitter.Next(UI) Method¶
Pops the first-pane rect and pushes the second-pane rect. Call between the two panes' content.
Parameters¶
ui UI