Property | Type | Description | |
---|---|---|---|
active | System.Boolean | ||
autoClear | System.Boolean |
Method | Description | |
---|---|---|
Tweener ( ) : System |
Constructor.
|
|
addTween ( |
Adds a new Tween.
|
|
clearTweens ( ) : void |
Removes all Tweens.
|
|
removeTween ( |
Removes a Tween.
|
|
update ( ) : void |
Updates the Tween container.
|
|
updateTweens ( ) : void |
Updates all contained tweens.
|
public addTween ( |
||
t | The Tween to add. | |
start | System.Boolean | If the Tween should call start() immediately. |
return |
public removeTween ( |
||
t | The Tween to remove. | |
return |