Skip to content

Interlude.Tick.Extra.DebugUI.Text

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

Text Class

public static class Text

Inheritance System.Object → Text

Methods

Text.Do(UI, string) Method

Draws value using the default theme font and colour.

public static void Do(Interlude.Tick.UI ui, string value);

Parameters

ui UI

value System.String

Text.DoLabelled(UI, string, string) Method

Draws a label column followed by a read-only value string.

public static void DoLabelled(Interlude.Tick.UI ui, string label, string value);

Parameters

ui UI

label System.String

value System.String