Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins.Core
Assembly
DOTween.dll

EvaluateAndApply(TPlugOptions, Tween, bool, DOGetter<T1>, DOSetter<T1>, float, T2, T2, float, bool, int, UpdateNotice)

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

Parameters

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