ITweenEventHandler.OnTweenUpdate
Method in ITweenEventHandler
Declaration
void OnTweenUpdate(Tween tween)Description
An event invoked every time the tween is updated, i.e., any time the parameter being animated is changed.
Parameters
| tween | The tween that invoked the event. |