Slider

Inherits: Range < Control < CanvasItem < Node < Object

Inherited By: HSlider, VSlider

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

Properties

bool

editable

true

FocusMode

focus_mode

2 (overrides Control)

bool

scrollable

true

float

step

1.0 (overrides Range)

int

tick_count

0

bool

ticks_on_borders

false

Theme Properties

int

center_grabber

0

int

grabber_offset

0

Texture2D

grabber

Texture2D

grabber_disabled

Texture2D

grabber_highlight

Texture2D

tick

StyleBox

grabber_area

StyleBox

grabber_area_highlight

StyleBox

slider


Signals

drag_ended ( bool value_changed )

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


drag_started ( )

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


Property Descriptions

bool editable = true

  • void set_editable ( bool value )

  • bool is_editable ( )

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


bool scrollable = true

  • void set_scrollable ( bool value )

  • bool is_scrollable ( )

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


int tick_count = 0

  • void set_ticks ( int value )

  • int get_ticks ( )

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


bool ticks_on_borders = false

  • void set_ticks_on_borders ( bool value )

  • bool get_ticks_on_borders ( )

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


Theme Property Descriptions

int center_grabber = 0

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


int grabber_offset = 0

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


Texture2D grabber

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


Texture2D grabber_disabled

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


Texture2D grabber_highlight

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


Texture2D tick

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


StyleBox grabber_area

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


StyleBox grabber_area_highlight

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


StyleBox slider

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