UIProgressBar¶
A UIControl that displays a filled rectangle which can be used for things such as a health indicator.
Properties¶
| Property Name | Return Type | Description | Tags |
|---|---|---|---|
progress |
number |
From 0 to 1, how full the bar should be. | Read-Write |
Functions¶
| Function Name | Return Type | Description | Tags |
|---|---|---|---|
GetFillColor() |
Color |
Returns the color of the fill. | None |
SetFillColor(Color) |
None |
Sets the color of the fill. | None |
GetBackgroundColor() |
Color |
Returns the color of the background. | None |
SetBackgroundColor(Color) |
None |
Sets the color of the background. | None |
Tutorials¶
Last update: February 21, 2021