Table of Contents

EvaluateAndApply Method

Namespace
DG.Tweening.Plugins
Assembly
DOTween.dll

EvaluateAndApply(RectOptions, Tween, bool, DOGetter<Rect>, DOSetter<Rect>, float, Rect, Rect, float, bool, int, UpdateNotice)

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

Parameters

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