Phaser API Documentation

  Version: 
reset(tween)

Description:

Resets the given Tween.

It will seek to position 0 and playback will start on the next frame.

Parameters:

name type description
tween Phaser.Tweens.Tween

The Tween to be reset.

Returns:
Description:

This TweenChain instance.

Since: 3.60.0