Interlude.Tick.Extra.DebugUI.RadioGroup
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
RadioGroup Class¶
Inheritance System.Object → RadioGroup
Methods¶
RadioGroup.Do(UI, string, int, string[]) Method¶
Draws a vertical radio group. Returns true when the selection changed.
Parameters¶
ui UI
selectedIndex System.Int32
options System.String[]
Returns¶
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
label System.String
selectedIndex System.Int32
options System.String[]