ITweenEventHandler.OnTweenLoop
Method in ITweenEventHandler
Declaration
void OnTweenLoop(Tween tween)
Description
An event invoked when the tween is looped.
Parameters
tween | The tween that invoked the event. |
void OnTweenLoop(Tween tween)
An event invoked when the tween is looped.
tween | The tween that invoked the event. |