Phaser API Documentation

  Version: 

Member of: Phaser.Game

resume()

Description:

This will resume the entire game and emit a RESUME event.

All of Phaser's internal systems will be resumed and the game will start rendering again.

Since: 3.60.0
Source: src/core/Game.js (Line 636)