DOFillAmount Method
DOFillAmount(Image, float, float)
public static TweenerCore<float, float, FloatOptions> DOFillAmount(this Image target, float endValue, float duration)
Tweens an Image's fillAmount to the given value. Also stores the image as the tween's target so it can be used for filtered operations
Parameters
targetImageendValuefloatThe end value to reach (0 to 1)
durationfloatThe duration of the tween