Interlude.Tick.Extra.DebugUI.Table
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
Table Class¶
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.
Parameters¶
ui UI
headers System.String[]
rows System.String[][]