DOValue Method
DOValue(Slider, float, float, bool)
public static TweenerCore<float, float, FloatOptions> DOValue(this Slider target, float endValue, float duration, bool snapping = false)
Tweens a Slider's value to the given value. Also stores the Slider as the tween's target so it can be used for filtered operations
Parameters
targetSliderendValuefloatThe end value to reach
durationfloatThe duration of the tween
snappingboolIf TRUE the tween will smoothly snap all values to integers