Range Slider#
The range sliders are used to represent a range of values.
It can be used for a variety of things like specifying a range of densities, or specifying a range of values for particles to randomly pick from.
The minimum value of the range can be set by clicking and dragging the icon or by typing it into the textfield that appears after single clicking on the left side of the slider.
The maximum value of the range can be set by clicking and dragging the icon or by typing it into the textfield that appears after single clicking on the right side of the slider.
The range of values can be offsetted as a whole by clicking and dragging within the slider.
Clicking on the icon will reset the slider to the default range.
When a minimum value is typed in that’s higher than the maximum value, this value will be the new maximum value and old maximum value will be the new minumum value.
When a maximum value is typed in that’s lower than the minimum value, this value will be the new minimum value and old minimum value will be the new maximum value.