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