Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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