EditorSpinSlider
Hérite de : Range < Control < CanvasItem < Node < Object
Le contrôle d'édition des valeurs numériques de l'éditeur Godot.
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.
Propriétés
|
||
|
||
focus_mode |
|
|
|
||
|
||
|
||
BitField[SizeFlags] |
size_flags_vertical |
|
step |
|
|
|
Propriétés du thème
Signaux
grabbed() 🔗
Emitted when the spinner/slider is grabbed.
ungrabbed() 🔗
Emitted when the spinner/slider is ungrabbed.
updown_pressed() 🔗
Emitted when the updown button is pressed.
value_focus_entered() 🔗
Emitted when the value form gains focus.
value_focus_exited() 🔗
Emitted when the value form loses focus.
Descriptions des propriétés
bool editing_integer = false 🔗
If true, the EditorSpinSlider is considered to be editing an integer value. If false, the EditorSpinSlider is considered to be editing a floating-point value. This is used to determine whether a slider should be drawn. The slider is only drawn for floats; integers use up-down arrows similar to SpinBox instead.
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.
Descriptions des propriétés du thème
Texture unique représentant à la fois les boutons haut et bas.
Texture unique représentant à la fois les boutons haut et bas, lorsque le contrôle est en lecture seule ou désactivé.