Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

EvaluateAndApply(PathOptions, Tween, bool, DOGetter<Vector3>, DOSetter<Vector3>, float, Path, Path, float, bool, int, UpdateNotice)

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

Parameters

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