Phaser API Documentation

  Version: 
wake([data])

Description:

Wake-up this Scene if it was previously asleep.

Parameters:

name type arguments description
data object <optional>

A data object that will be passed in the 'wake' event.

Returns:
Description:

This Systems object.

Since: 3.0.0
Source: src/scene/Systems.js (Line 520)