Phaser API Documentation

  Version: 
getChainedTweens(tween)

Description:

Returns an array containing this Tween and all Tweens chained to it, in the order in which they will be played.

If there are no chained Tweens an empty array is returned.

Parameters:

name type description
tween Phaser.Tweens.Tween

The Tween to return the chain from.

Returns:
Description:

An array of the chained tweens, or an empty array if there aren't any.

Type:
Since: 3.60.0