.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/ProgressBar.xml. .. _class_ProgressBar: ProgressBar =========== **Inherits:** :ref:`Range` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------+----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`editor_preview_indeterminate` | | +-------------------------+----------------------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`fill_mode` | ``0`` | +-------------------------+----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`indeterminate` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`show_percentage` | ``true`` | +-------------------------+----------------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Theme Properties ---------------- .. table:: :widths: auto +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`Color` | :ref:`font_color` | ``Color(0.95, 0.95, 0.95, 1)`` | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`Color` | :ref:`font_outline_color` | ``Color(0, 0, 0, 1)`` | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`int` | :ref:`outline_size` | ``0`` | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`Font` | :ref:`font` | | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`int` | :ref:`font_size` | | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`StyleBox` | :ref:`background` | | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ | :ref:`StyleBox` | :ref:`fill` | | +---------------------------------+-----------------------------------------------------------------------------+--------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_ProgressBar_FillMode: .. rst-class:: classref-enumeration enum **FillMode**: .. _class_ProgressBar_constant_FILL_BEGIN_TO_END: .. rst-class:: classref-enumeration-constant :ref:`FillMode` **FILL_BEGIN_TO_END** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_ProgressBar_constant_FILL_END_TO_BEGIN: .. rst-class:: classref-enumeration-constant :ref:`FillMode` **FILL_END_TO_BEGIN** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_ProgressBar_constant_FILL_TOP_TO_BOTTOM: .. rst-class:: classref-enumeration-constant :ref:`FillMode` **FILL_TOP_TO_BOTTOM** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_ProgressBar_constant_FILL_BOTTOM_TO_TOP: .. rst-class:: classref-enumeration-constant :ref:`FillMode` **FILL_BOTTOM_TO_TOP** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_ProgressBar_property_editor_preview_indeterminate: .. rst-class:: classref-property :ref:`bool` **editor_preview_indeterminate** .. rst-class:: classref-property-setget - void **set_editor_preview_indeterminate** **(** :ref:`bool` value **)** - :ref:`bool` **is_editor_preview_indeterminate_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_property_fill_mode: .. rst-class:: classref-property :ref:`int` **fill_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_fill_mode** **(** :ref:`int` value **)** - :ref:`int` **get_fill_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_property_indeterminate: .. rst-class:: classref-property :ref:`bool` **indeterminate** = ``false`` .. rst-class:: classref-property-setget - void **set_indeterminate** **(** :ref:`bool` value **)** - :ref:`bool` **is_indeterminate** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_property_show_percentage: .. rst-class:: classref-property :ref:`bool` **show_percentage** = ``true`` .. rst-class:: classref-property-setget - void **set_show_percentage** **(** :ref:`bool` value **)** - :ref:`bool` **is_percentage_shown** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Theme Property Descriptions --------------------------- .. _class_ProgressBar_theme_color_font_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_color** = ``Color(0.95, 0.95, 0.95, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_color_font_outline_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_outline_color** = ``Color(0, 0, 0, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_constant_outline_size: .. rst-class:: classref-themeproperty :ref:`int` **outline_size** = ``0`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_font_font: .. rst-class:: classref-themeproperty :ref:`Font` **font** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_font_size_font_size: .. rst-class:: classref-themeproperty :ref:`int` **font_size** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_style_background: .. rst-class:: classref-themeproperty :ref:`StyleBox` **background** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ProgressBar_theme_style_fill: .. rst-class:: classref-themeproperty :ref:`StyleBox` **fill** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`