Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

EvaluateAndApply(ColorOptions, Tween, bool, DOGetter<Color>, DOSetter<Color>, float, Color, Color, float, bool, int, UpdateNotice)

public override void EvaluateAndApply(ColorOptions options, Tween t, bool isRelative, DOGetter<Color> getter, DOSetter<Color> setter, float elapsed, Color startValue, Color changeValue, float duration, bool usingInversePosition, int newCompletedSteps, UpdateNotice updateNotice)

Parameters

options ColorOptions
t Tween
isRelative bool
getter DOGetter<Color>
setter DOSetter<Color>
elapsed float
startValue Color
changeValue Color
duration float
usingInversePosition bool
newCompletedSteps int
updateNotice UpdateNotice