Options for configuring a slider component.
Optional
Descriptive text shown around the slider to provide additional context.
When true or bound to a true ObservableBoolean, the slider is shown but cannot be moved.
Beta
If set, displays the number of digits after the decimal point in fixed-point notation. For example, if set to 2, the value 3.14159 will be displayed as 3.14.
The increment amount between each slider step. Defaults to 1 if not specified.
Text shown in a tooltip when the player hovers over the slider.
When false or bound to a false ObservableBoolean, the slider is hidden.
Options for configuring a slider component.