mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
32 lines
754 B
ReStructuredText
32 lines
754 B
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the ProgressBar.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_ProgressBar:
|
|
|
|
ProgressBar
|
|
===========
|
|
|
|
**Inherits:** :ref:`Range<class_range>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
General purpose progress bar.
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
.. _class_ProgressBar_percent_visible:
|
|
|
|
- :ref:`bool<class_bool>` **percent_visible**
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
General purpose progress bar. Shows fill percentage from right to left.
|
|
|