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

bool

flat

false

FocusMode

focus_mode

2 (parent override)

String

label

""

bool

read_only

false

Property Descriptions

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()