Phaser API Documentation

  Version: 
start(data)

Description:

Start this Scene running and rendering. Called automatically by the SceneManager.

Parameters:

name type description
data object

Optional data object that may have been passed to this Scene from another.

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