Abstract class used to add the ability to add tweens.
Variables
active : Bool
autoClear : Bool
Functions
View source
Parameters:
Returns:
addTween (t : Tween, start : Bool = false) : Tween
Add the tween to the tween list.
Parameters:
t | The tween to add. | |
start | If the tween should start immediately. |
Returns:
The added tween.
View source
Parameters:
Returns:
removeTween (t : Tween) : Tween
Remove the tween from the tween list.
Parameters:
t | The tween to remove. |
Returns:
The removed tween.