Interlude.Tick.Extra.DebugUI.Text
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
Text Class¶
Inheritance System.Object → Text
Methods¶
Text.Do(UI, string) Method¶
Draws value using the default theme font and colour.
Parameters¶
ui UI
value System.String
Text.DoLabelled(UI, string, string) Method¶
Draws a label column followed by a read-only value string.
Parameters¶
ui UI
label System.String
value System.String