Interlude.Tick.Extra.DebugUI.ProgressBar
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
ProgressBar Class¶
Inheritance System.Object → ProgressBar
Methods¶
ProgressBar.Do(UI, string, float) Method¶
Draws a read-only progress bar. progress is clamped to [0, 1].
Parameters¶
ui UI
progress System.Single
ProgressBar.DoLabelled(UI, string, string, float) Method¶
Draws a labelled read-only progress bar.
Parameters¶
ui UI
label System.String
progress System.Single