Summary

Sliders are used when there is a range of numbers that can possibly be selected. They are used primarily in the default user interface options screen. Sliders enable the developer to set a minimum value, a maximum value, a maximum value, and the default step that the slider will allow, so you can control precision.


Properties

Orientation

This says if the slider is a left to right (HORIZONTAL), or top to bottom (VERTICAL).


MinValue

The minimum value of the slider.


MaxValue

The maximum value of the slider.


ValueStep

The value of the slider will change with this unit.


Example

You can adjust the transparency of the texture with slider.