ITweenEventHandler

Interface in Zigurous.Tweening

Declaration

public interface ITweenEventHandler

Description

A type that responds to tween lifecycle events.

Methods

OnTweenUpdateAn event invoked every time the tween is updated, i.e., any time the parameter being animated is changed.
OnTweenStartAn event invoked when the tween is started.
OnTweenStopAn event invoked when the tween is stopped.
OnTweenLoopAn event invoked when the tween is looped.
OnTweenCompleteAn event invoked when the tween is completed.
OnTweenKillAn event invoked when the tween is killed.