Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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