Phaser API Documentation

  Version: 
paused: boolean

Description:

This toggles the updating state of this Tween Manager.

Setting paused to true (or calling the pauseAll method) will stop this Tween Manager from updating any of its tweens, including newly created ones. Set back to false to resume playback.

Type:
boolean
Default: false
Since: 3.60.0