Files
godot-docs/classes/class_vslider.rst
2020-03-13 17:17:50 +01:00

47 lines
1.7 KiB
ReStructuredText

:github_url: hide
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the VSlider.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_VSlider:
VSlider
=======
**Inherits:** :ref:`Slider<class_Slider>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
Vertical slider.
Description
-----------
Vertical slider. See :ref:`Slider<class_Slider>`. This one goes from bottom (min) to top (max).
Properties
----------
+-----------------------+-----------------------+--------------+
| :ref:`int<class_int>` | size_flags_horizontal | **O:** ``0`` |
+-----------------------+-----------------------+--------------+
| :ref:`int<class_int>` | size_flags_vertical | **O:** ``1`` |
+-----------------------+-----------------------+--------------+
Theme Properties
----------------
+-----------------------------------+-------------------+
| :ref:`Texture2D<class_Texture2D>` | grabber |
+-----------------------------------+-------------------+
| :ref:`StyleBox<class_StyleBox>` | grabber_area |
+-----------------------------------+-------------------+
| :ref:`Texture2D<class_Texture2D>` | grabber_disabled |
+-----------------------------------+-------------------+
| :ref:`Texture2D<class_Texture2D>` | grabber_highlight |
+-----------------------------------+-------------------+
| :ref:`StyleBox<class_StyleBox>` | slider |
+-----------------------------------+-------------------+
| :ref:`Texture2D<class_Texture2D>` | tick |
+-----------------------------------+-------------------+