Phaser API Documentation

  Version: 
Event: RESUME
Phaser.Core.Events.RESUME
RESUME

Description:

The Game Resume Event.

This event is dispatched when the game loop leaves a paused state and resumes running.

Parameters:

name type description
pauseDuration number

The duration, in ms, that the game was paused for, or 0 if {@link Phaser.Game#resume} was called.

Since: 3.0.0