Skip to content

Interlude.Tick.Extra.DebugUI.CollapsibleGroup

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

CollapsibleGroup Class

public static class CollapsibleGroup

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).

public static bool Begin(Interlude.Tick.UI ui, string id, string label, ref bool expanded);

Parameters

ui UI

id System.String

label System.String

expanded System.Boolean

Returns

System.Boolean

CollapsibleGroup.End(UI) Method

Closes a collapsible group opened with Begin(UI, string, string, bool). Must be called only when Begin returned true.

public static void End(Interlude.Tick.UI ui);

Parameters

ui UI