ProgressBar

Inherits: Range < Control < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

editor_preview_indeterminate

int

fill_mode

0

bool

indeterminate

false

bool

show_percentage

true

Theme Properties

Color

font_color

Color(0.95, 0.95, 0.95, 1)

Color

font_outline_color

Color(0, 0, 0, 1)

int

outline_size

0

Font

font

int

font_size

StyleBox

background

StyleBox

fill


Enumerations

enum FillMode:

FillMode FILL_BEGIN_TO_END = 0

There is currently no description for this enum. Please help us by contributing one!

FillMode FILL_END_TO_BEGIN = 1

There is currently no description for this enum. Please help us by contributing one!

FillMode FILL_TOP_TO_BOTTOM = 2

There is currently no description for this enum. Please help us by contributing one!

FillMode FILL_BOTTOM_TO_TOP = 3

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

bool editor_preview_indeterminate

  • void set_editor_preview_indeterminate ( bool value )

  • bool is_editor_preview_indeterminate_enabled ( )

There is currently no description for this property. Please help us by contributing one!


int fill_mode = 0

  • void set_fill_mode ( int value )

  • int get_fill_mode ( )

There is currently no description for this property. Please help us by contributing one!


bool indeterminate = false

  • void set_indeterminate ( bool value )

  • bool is_indeterminate ( )

There is currently no description for this property. Please help us by contributing one!


bool show_percentage = true

  • void set_show_percentage ( bool value )

  • bool is_percentage_shown ( )

There is currently no description for this property. Please help us by contributing one!


Theme Property Descriptions

Color font_color = Color(0.95, 0.95, 0.95, 1)

There is currently no description for this theme property. Please help us by contributing one!


Color font_outline_color = Color(0, 0, 0, 1)

There is currently no description for this theme property. Please help us by contributing one!


int outline_size = 0

There is currently no description for this theme property. Please help us by contributing one!


Font font

There is currently no description for this theme property. Please help us by contributing one!


int font_size

There is currently no description for this theme property. Please help us by contributing one!


StyleBox background

There is currently no description for this theme property. Please help us by contributing one!


StyleBox fill

There is currently no description for this theme property. Please help us by contributing one!