EditorSpinSlider

Inherits: Range < Control < CanvasItem < Node < Object

Godot editor's control for editing numeric values.

Descripción

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.

Propiedades

bool

flat

false

FocusMode

focus_mode

2 (overrides Control)

String

label

""

bool

read_only

false

Descripciones de Propiedades

Default

false

Setter

set_flat(value)

Getter

is_flat()


Default

""

Setter

set_label(value)

Getter

get_label()


Default

false

Setter

set_read_only(value)

Getter

is_read_only()