paused : boolean
The paused state of the Game. A paused game doesn't update any of its subsystems.When a game is paused the onPause event is dispatched. When it is resumed the onResume event is dispatched. Gets and sets the paused state of the Game.
Source code: core/Game.js (Line 1154)