Phaser API Documentation

  Version: 
remove(tween)

Description:

Removes the given tween from the Tween Manager, regardless of its state (pending or active).

Parameters:

name type description
tween Phaser.Tweens.Tween

The Tween to be removed.

Returns:
Description:

This Tween Manager object.

Since: 3.17.0