mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (7d9923b2e)
This commit is contained in:
@@ -22,15 +22,11 @@ General-purpose progress bar. Shows fill percentage from right to left.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`fill_mode<class_ProgressBar_property_fill_mode>` | ``0`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`show_percentage<class_ProgressBar_property_show_percentage>` | ``true`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | size_flags_vertical | ``0`` (overrides :ref:`Control<class_Control_property_size_flags_vertical>`) |
|
||||
+---------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | step | ``0.01`` (overrides :ref:`Range<class_Range_property_step>`) |
|
||||
+---------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------+
|
||||
+-------------------------+--------------------------------------------------------------------+----------+
|
||||
| :ref:`int<class_int>` | :ref:`fill_mode<class_ProgressBar_property_fill_mode>` | ``0`` |
|
||||
+-------------------------+--------------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`show_percentage<class_ProgressBar_property_show_percentage>` | ``true`` |
|
||||
+-------------------------+--------------------------------------------------------------------+----------+
|
||||
|
||||
Theme Properties
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user