Phaser API Documentation

  Version: 
pauseAll()

Description:

Pauses this Tween Manager. No Tweens will update while paused.

This includes tweens created after this method was called.

See TweenManager#resumeAll to resume the playback.

As of Phaser 3.60 you can also toggle the boolean property TweenManager.paused.

Returns:
Description:

This Tween Manager instance.

Since: 3.0.0