Interlude.Tick.Extra.DebugUI.CollapsibleGroup
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
CollapsibleGroup Class¶
Inheritance System.Object → CollapsibleGroup
Methods¶
CollapsibleGroup.Begin(UI, string, string, bool) Method¶
Begins a foldable container. Returns false when collapsed so the caller can skip the body and omit End(UI).
Parameters¶
ui UI
label System.String
expanded System.Boolean
Returns¶
CollapsibleGroup.End(UI) Method¶
Closes a collapsible group opened with Begin(UI, string, string, bool). Must be called only when Begin returned true.
Parameters¶
ui UI