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

bool

hide_slider

false

String

label

""

bool

read_only

false


Property Descriptions

bool flat = false

  • void set_flat ( bool value )

  • bool is_flat ( )

There is currently no description for this property. Please help us by contributing one!


bool hide_slider = false

  • void set_hide_slider ( bool value )

  • bool is_hiding_slider ( )

If true, the slider is hidden.


String label = ""

There is currently no description for this property. Please help us by contributing one!


bool read_only = false

  • void set_read_only ( bool value )

  • bool is_read_only ( )

There is currently no description for this property. Please help us by contributing one!