Skip to content

Interlude.Tick.Extra.DebugUI.ProgressBar

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

ProgressBar Class

public static class ProgressBar

Inheritance System.Object → ProgressBar

Methods

ProgressBar.Do(UI, string, float) Method

Draws a read-only progress bar. progress is clamped to [0, 1].

public static void Do(Interlude.Tick.UI ui, string id, float progress);

Parameters

ui UI

id System.String

progress System.Single

ProgressBar.DoLabelled(UI, string, string, float) Method

Draws a labelled read-only progress bar.

public static void DoLabelled(Interlude.Tick.UI ui, string id, string label, float progress);

Parameters

ui UI

id System.String

label System.String

progress System.Single