mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -21,9 +21,9 @@ Base class for scroll bars.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------+----------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` |
|
||||
+---------------------------+----------------------------------------------------------+
|
||||
+---------------------------+----------------------------------------------------------+------+
|
||||
| :ref:`float<class_float>` | :ref:`custom_step<class_ScrollBar_property_custom_step>` | -1.0 |
|
||||
+---------------------------+----------------------------------------------------------+------+
|
||||
|
||||
Signals
|
||||
-------
|
||||
@@ -46,9 +46,11 @@ Property Descriptions
|
||||
|
||||
- :ref:`float<class_float>` **custom_step**
|
||||
|
||||
+----------+------------------------+
|
||||
| *Setter* | set_custom_step(value) |
|
||||
+----------+------------------------+
|
||||
| *Getter* | get_custom_step() |
|
||||
+----------+------------------------+
|
||||
+-----------+------------------------+
|
||||
| *Default* | -1.0 |
|
||||
+-----------+------------------------+
|
||||
| *Setter* | set_custom_step(value) |
|
||||
+-----------+------------------------+
|
||||
| *Getter* | get_custom_step() |
|
||||
+-----------+------------------------+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user