Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
EditorSpinSliderΒΆ
Inherits: Range < Control < CanvasItem < Node < Object
Redot editor's control for editing numeric values.
DescriptionΒΆ
This Control node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with EditorInspectorPlugin to recreate the same behavior.
If the Range.step value is 1
, the EditorSpinSlider will display up/down arrows, similar to SpinBox. If the Range.step value is not 1
, a slider will be displayed instead.
PropertiesΒΆ
|
||
focus_mode |
|
|
|
||
|
||
|
||
BitField[SizeFlags] |
size_flags_vertical |
|
step |
|
|
|
SignalsΒΆ
grabbed() π
Emitted when the spinner/slider is grabbed.
ungrabbed() π
Emitted when the spinner/slider is ungrabbed.
value_focus_entered() π
Emitted when the value form gains focus.
value_focus_exited() π
Emitted when the value form loses focus.
Property DescriptionsΒΆ
If true
, the slider will not draw background.
If true
, the slider and up/down arrows are hidden.
The text that displays to the left of the value.
If true
, the slider can't be interacted with.
The suffix to display after the value (in a faded color). This should generally be a plural word. You may have to use an abbreviation if the suffix is too long to be displayed.