Phaser API Documentation

  Version: 

Member of: Phaser.Game

isPaused: boolean

Description:

Is the Game currently paused? This will stop everything from updating, except the TimeStep and related RequestAnimationFrame or setTimeout. Those will continue stepping, but the core Game step will be skipped.

Type:
boolean
Since: 3.60.0
Source: src/core/Game.js (Line 344)