Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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