Slider
- Slider has a ranged float or int value by min and max value.

Properties
minValueandmaxValue- the minimum and maximum values.value- Current value of.isWholeNumber- if true, the slider will only allow whole numbers. Otherwise, it will be float values.OnChange(float value)- Called when the value of the slider changes.triggerEventOnlyOnMouseUp- if true, theOnChangeevent will only be called when the mouse button is released. Otherwise, it will be called while dragging the slider.transparentDashboard- if true, the dashboard will be transparent while dragging the slider. Use this for apps that need to adjust while viewing the 3D scene behind the dashboard.

Details are in DashboardSlider.