Phaser API Documentation

  Version: 
getTweens()

Description:

Returns an array containing references to all Tweens in this Tween Manager.

It is safe to mutate the returned array. However, acting upon any of the Tweens within it, will adjust those stored in this Tween Manager, as they are passed by reference and not cloned.

If you wish to get tweens for a specific target, see getTweensOf.

Returns:
Description:

A new array containing references to all Tweens.

Type:
Since: 3.0.0