mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with latest 4.0-alpha
This commit is contained in:
@@ -48,11 +48,13 @@ Properties
|
||||
Methods
|
||||
-------
|
||||
|
||||
+------+---------------------------------------------------------------------------------+
|
||||
| void | :ref:`share<class_Range_method_share>` **(** :ref:`Node<class_Node>` with **)** |
|
||||
+------+---------------------------------------------------------------------------------+
|
||||
| void | :ref:`unshare<class_Range_method_unshare>` **(** **)** |
|
||||
+------+---------------------------------------------------------------------------------+
|
||||
+------+-----------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`_value_changed<class_Range_method__value_changed>` **(** :ref:`float<class_float>` **)** |virtual| |
|
||||
+------+-----------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`share<class_Range_method_share>` **(** :ref:`Node<class_Node>` with **)** |
|
||||
+------+-----------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`unshare<class_Range_method_unshare>` **(** **)** |
|
||||
+------+-----------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Signals
|
||||
-------
|
||||
@@ -233,6 +235,12 @@ Range's current value.
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_Range_method__value_changed:
|
||||
|
||||
- void **_value_changed** **(** :ref:`float<class_float>` **)** |virtual|
|
||||
|
||||
----
|
||||
|
||||
.. _class_Range_method_share:
|
||||
|
||||
- void **share** **(** :ref:`Node<class_Node>` with **)**
|
||||
|
||||
Reference in New Issue
Block a user