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.
If true, the slider will display ticks for minimum and maximum values.
Construct a new instance of Slider. Note: use memnew!Slider instead.
Base class for GUI sliders.
Note: The Range.changed and Range.valueChanged signals are part of the Range class which this class inherits from.