Circular Slider
Options
Interactable
boolIs interactable?
Handle
DragListenerHandle to drag.
Arrow
RectTransformArrow.
Value
intCurrent value.
Min Value
intMinimal value.
Max Value``int``
Maximal value.
Step
intValue step.
Start Angle
floatAngle for the Min Value.
ScrollMode
CircularSlider.ScrollModesChange the value on the mouse scroll.
IgnoreDo not change the value on the mouse scroll.
UpIncreaseIncrease the value on the mouse wheel up and decrease on the wheel down.
UpDecreaseDecrease the value on the mouse wheel up and increase on the wheel down.
Events
OnValueChanged
UnityEvent<int>OnChange
UnityEvent
Set value
slider.Value = 150;
Set value limits
slider.MinValue = 100;
slider.MaxValue = 200;