Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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