ITweenEventHandler
Interface in Zigurous.Tweening
Declaration
public interface ITweenEventHandlerDescription
A type that responds to tween lifecycle events.
Methods
| OnTweenUpdate | An event invoked every time the tween is updated, i.e., any time the parameter being animated is changed. |
| OnTweenStart | An event invoked when the tween is started. |
| OnTweenStop | An event invoked when the tween is stopped. |
| OnTweenLoop | An event invoked when the tween is looped. |
| OnTweenComplete | An event invoked when the tween is completed. |
| OnTweenKill | An event invoked when the tween is killed. |