ProgressBar

Inherits: Range < Control < CanvasItem < Node < Object

General-purpose progress bar.

Description

General-purpose progress bar. Shows fill percentage from right to left.

Properties

boolpercent_visibletrue
intsize_flags_vertical0 (parent override)
floatstep0.01 (parent override)

Theme Properties

StyleBoxbg 
StyleBoxfg 
Fontfont 
Colorfont_colorColor( 0.94, 0.94, 0.94, 1 )
Colorfont_color_shadowColor( 0, 0, 0, 1 )

Property Descriptions

  • bool percent_visible
Defaulttrue
Setterset_percent_visible(value)
Getteris_percent_visible()

If true, the fill percentage is displayed on the bar.