Slider

    Inherited By: HSlider,

    Base class for GUI sliders.

    Base class for GUI sliders.

    Note: The and Range.value_changed signals are part of the class which this class inherits from.

    • drag_ended ( bool value_changed )

    Emitted when dragging stops. If value_changed is true, is different from the value when you started the dragging.


    Emitted when dragging is started.

    • editable

    If true, the slider can be interacted with. If false, the value can be changed only by code.


    If true, the value can be changed using the mouse wheel.


    Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers.


    • ticks_on_borders

    If true, the slider will display ticks for minimum and maximum values.