Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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