Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

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

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

Parameters

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