class_progressbar.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_ProgressBar:
  4. ProgressBar
  5. ===========
  6. **Inherits:** :ref:`Range<class_range>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. General purpose progress bar.
  11. Member Functions
  12. ----------------
  13. +--------------------------+-----------------------------------------------------------------------------------------------------------------+
  14. | :ref:`bool<class_bool>` | :ref:`is_percent_visible<class_ProgressBar_is_percent_visible>` **(** **)** const |
  15. +--------------------------+-----------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`set_percent_visible<class_ProgressBar_set_percent_visible>` **(** :ref:`bool<class_bool>` visible **)** |
  17. +--------------------------+-----------------------------------------------------------------------------------------------------------------+
  18. Description
  19. -----------
  20. General purpose progress bar. Shows fill percentage from right to left.
  21. Member Function Description
  22. ---------------------------
  23. .. _class_ProgressBar_is_percent_visible:
  24. - :ref:`bool<class_bool>` **is_percent_visible** **(** **)** const
  25. .. _class_ProgressBar_set_percent_visible:
  26. - void **set_percent_visible** **(** :ref:`bool<class_bool>` visible **)**