UI.ProgressBar

static void ProgressBar(float percent, float width)

This is a simple horizontal progress indicator bar. This is used by the HSlider to draw the slider bar beneath the interactive element. Does not include any text or label.

   
float percent A value between 0 and 1 indicating progress from 0% to 100%.
float width Physical width of the slider on the window. 0 will fill the remaining amount of window space.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!