EditorSpinSlider
Inherits: Range < Control < CanvasItem < Node < Object
Godot 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.
Properties
| ||
focus_mode |
| |
| ||
|
Property Descriptions
- bool flat
Default |
|
Setter | set_flat(value) |
Getter | is_flat() |
- String label
Default |
|
Setter | set_label(value) |
Getter | get_label() |
- bool read_only
Default |
|
Setter | set_read_only(value) |
Getter | is_read_only() |