Interlude.Tick.Extra.DebugUI.GroupBox
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
GroupBox Class¶
Inheritance System.Object → GroupBox
Methods¶
GroupBox.Begin(UI, string, string) Method¶
Begins a titled bordered container. Must be paired with End(UI).
Parameters¶
ui UI
label System.String
GroupBox.End(UI) Method¶
Closes a group box opened with Begin(UI, string, string).
Parameters¶
ui UI