Skip to content

Interlude.Tick.Extra.DebugUI.RadioGroup

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

RadioGroup Class

public static class RadioGroup

Inheritance System.Object → RadioGroup

Methods

RadioGroup.Do(UI, string, int, string[]) Method

Draws a vertical radio group. Returns true when the selection changed.

public static bool Do(Interlude.Tick.UI ui, string id, ref int selectedIndex, string[] options);

Parameters

ui UI

id System.String

selectedIndex System.Int32

options System.String[]

Returns

System.Boolean

RadioGroup.DoLabelled(UI, string, string, int, string[]) Method

Draws a labelled vertical radio group. Returns true when the selection changed.

public static bool DoLabelled(Interlude.Tick.UI ui, string id, string label, ref int selectedIndex, string[] options);

Parameters

ui UI

id System.String

label System.String

selectedIndex System.Int32

options System.String[]

Returns

System.Boolean