Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

EvaluateAndApply(NoOptions, Tween, bool, DOGetter<double>, DOSetter<double>, float, double, double, float, bool, int, UpdateNotice)

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

Parameters

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