Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

EvaluateAndApply(Vector3ArrayOptions, Tween, bool, DOGetter<Vector3>, DOSetter<Vector3>, float, Vector3[], Vector3[], float, bool, int, UpdateNotice)

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

Parameters

options Vector3ArrayOptions
t Tween
isRelative bool
getter DOGetter<Vector3>
setter DOSetter<Vector3>
elapsed float
startValue Vector3[]
changeValue Vector3[]
duration float
usingInversePosition bool
newCompletedSteps int
updateNotice UpdateNotice