Phaser API Documentation

  Version: 
queue(tween)

Description:

Adds an existing Tween to this Timeline.

Parameters:

name type description
tween Phaser.Tweens.Tween

The Tween to be added to this Timeline.

Returns:
Description:

This Timeline object.

Since: 3.0.0
Source: src/tweens/Timeline.js (Line 352)