enum GUISliderHandleFlag
Flags that control how does a slider handle behave.
Values
| Name | Value | Description |
|---|---|---|
Horizontal |
1 |
Slider handle will move horizontally. |
Vertical |
2 |
Slider handle will move vertically. |
JumpOnClick |
4 |
If enabled, clicking on a specific slider position will cause the handle to jump to that position. |
Resizeable |
8 |
Determines should the slider handle provide additional side-handles that allow it to be resized. |