The Slider is an interactable Gauge that can have its value increased or decreased based on input.
Note: This element is usually used to adjust values up or down, such as volume for sound effects or music.
| Name | Explanation | Type |
|---|---|---|
| Animate When Unfocused | Whether or not the cursor or fill should be animated when unfocused. | Toggle |
| Change | The change of the value per input. | Variable or Value |
| Color Mask | The color mask to apply to the Cursor and FillModel. | Color |
| Current Value | The current value for displaying the slider. | Variable or Value |
| Cursor Confirm Sound Effect | The custom cursor confirmation sound effect. | Sound Effect |
| Cursor Model | The cursor to use for the visual, if it is interactable. | Sprite or Model |
| Cursor Movement Sound Effect | The custom cursor movement sound effect. | Sound Effect |
| Cursor Offset | The offset of the cursor when rendering. | Point |
| Execute Script | The script to execute when the confirm button is pressed. | Script |
| Fill Model | The fill of the slider visual. | Sprite or Model |
| Fill Strategy | The method of filling the slider visual. | FillStrategy |
| Focus Script | The script to execute when the item gets focus. | Script |
| Hide Cursor When Unfocused | Whether or not the cursor should be hidden when unfocused. | Toggle |
| Is Direction Inverted | Whether or not the direction of the slider is inverted. | Toggle |
| Maximum Value | The maximum value for calculating the slider. | Variable or Value |
| Minimum Value | The minimum value for calculating the slider. | Variable or Value |
| Orientation | The orientation of the slider. | Orientation |
| Unfocus Script | The script to execute when the item loses focus. | Script |
| Use Default Cursor Sounds | Whether or not to use the default cursor sounds. | Toggle |
| Use Floating Points | Whether or not the values are evaluated as floating points. | Toggle |
| Use Integers | Whether or not the values are evaluated as integers. | Toggle |
| Value Changed Script | The script to execute when the value changes. | Script |
| Disabled Effects | The disabled effects of the element. | User Interface Element Effect |
| Focused Effects | The focused effects of the element. | User Interface Element Effect |
| Is Linked To Selection Context | Whether or not to link the item to a selection context. | Toggle |
| Is Linked To User Interface Context | Whether or not to link the item to the user interface's context. | Toggle |
| Is Relatively Positioned | Whether or not the control is positioned relatively, instead of using pixels. | Toggle |
| Is Visible | Whether or not the control is visible. | Toggle |
| Margin | The margin around the element in pixels. | Margin |
| Pixel Height | The height of the element in pixels. | Number |
| Pixel Width | The width of the element in pixels. | Number |
| Pixel X | The X coordinate of the element in pixels. | Number |
| Pixel Y | The Y coordinate of the element in pixels. | Number |
| Relative Height | The height of the element in screen percentage. | Number |
| Relative Width | The width of the element in screen percentage. | Number |
| Relative X | The X coordinate of the element in screen percentage. | Number |
| Relative Y | The Y coordinate of the element in screen percentage. | Number |
| Selected Effects | The selected effects of the element. | User Interface Element Effect |
| Unfocused Effects | The unfocused effects of the element. | User Interface Element Effect |