UI.ProgressBarAt

static void ProgressBarAt(float percent, Vec3 topLeftCorner, Vec2 size)

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%.
Vec3 topLeftCorner This is the top left corner of the UI element relative to the current Hierarchy.
Vec2 size The layout size for this element in Hierarchy space.




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