mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
This commit is contained in:
+5
-10
@@ -13,13 +13,13 @@ Range
|
||||
|
||||
**Inherited By:** :ref:`EditorSpinSlider<class_EditorSpinSlider>`, :ref:`ProgressBar<class_ProgressBar>`, :ref:`ScrollBar<class_ScrollBar>`, :ref:`Slider<class_Slider>`, :ref:`SpinBox<class_SpinBox>`, :ref:`TextureProgress<class_TextureProgress>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Abstract base class for range-based controls.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Range is a base class for :ref:`Control<class_Control>` nodes that change a floating-point *value* between a *minimum* and a *maximum*, using *step* and *page*, for example a :ref:`ScrollBar<class_ScrollBar>`.
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -71,11 +71,6 @@ Emitted when :ref:`min_value<class_Range_property_min_value>`, :ref:`max_value<c
|
||||
|
||||
Emitted when :ref:`value<class_Range_property_value>` changes.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Range is a base class for :ref:`Control<class_Control>` nodes that change a floating-point *value* between a *minimum* and a *maximum*, using *step* and *page*, for example a :ref:`ScrollBar<class_ScrollBar>`.
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user