Skip to content

Interlude.Tick.Extra.DebugUI.Table

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

Table Class

public static class Table

Inheritance System.Object → Table

Methods

Table.Do(UI, string, string[], string[][]) Method

Draws a read-only text table with a header row and alternating-stripe data rows. rows is a jagged array (string[][]): one inner array per row.

public static void Do(Interlude.Tick.UI ui, string id, string[] headers, string[][] rows);

Parameters

ui UI

id System.String

headers System.String[]

rows System.String[][]