Inherits: Range < Control < CanvasItem < Node < Object
Godot editor's control for editing numeric values.
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.
| ||
focus_mode |
| |
| ||
| ||
| ||
BitField<SizeFlags> | size_flags_vertical |
|
step |
| |
|
Emitted when the spinner/slider is grabbed.
Emitted when the spinner/slider is ungrabbed.
Emitted when the value form gains focus.
Emitted when the value form loses focus.
false
If true, the slider will not draw background.
false
If true, the slider and up/down arrows are hidden.
""
The text that displays to the left of the value.
false
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.
© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_editorspinslider.html