ProgressBar
Inherits: Range < Control < CanvasItem < Node < Object
Category: Core
Brief Description
General purpose progress bar.
Properties
bool | percent_visible |
Theme Properties
StyleBox | bg |
StyleBox | fg |
Font | font |
Color | font_color |
Color | font_color_shadow |
Description
General purpose progress bar. Shows fill percentage from right to left.
Property Descriptions
- bool percent_visible
Setter | set_percent_visible(value) |
Getter | is_percent_visible() |
If true
, the fill percentage is displayed on the bar. Default value: true
.