Phaser API Documentation

  Version: 
Event: RESUME
Phaser.Scenes.Events.RESUME
RESUME

Description:

The Scene Systems Resume Event.

This event is dispatched by a Scene when it is resumed from a paused state, either directly via the resume method, or as an action from another Scene.

Listen to it from a Scene using this.scene.events.on('resume', listener).

Parameters:

name type arguments description
sys Phaser.Scenes.Systems

A reference to the Scene Systems class of the Scene that emitted this event.

data any <optional>

An optional data object that was passed to this Scene when it was resumed.

Since: 3.0.0