TweenReferenceCallback
Delegate in Zigurous.Tweening
Declaration
public delegate void TweenReferenceCallback(Tween tween);Description
A function delegate invoked during tween lifecycle events with a provided reference to the tween that invoked the event.
Parameters
| tween | The tween that invoked the event. |