Phaser API Documentation

  Version: 
wake(key, [data])

Description:

Awakens the given Scene.

Parameters:

name type arguments description
key string | Phaser.Scene

The Scene to wake up.

data object <optional>

An optional data object that will be passed to the Scene and emitted by its wake event.

Returns:
Description:

This Scene Manager instance.

Since: 3.0.0