Slider

    Inherited By: , VSlider

    Category: Core

    Base class for GUI Sliders.

    • editable
    Setterset_editable(value)
    Getteris_editable()

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



    Setterset_scrollable(value)
    Getteris_scrollable()

    • tick_count

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


    Setterset_ticks_on_borders(value)
    Getterget_ticks_on_borders()

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