Phaser API Documentation

  Version: 
start(key, [data])

Description:

Starts the given Scene.

Parameters:

name type arguments description
key string | Phaser.Scene

The Scene to start.

data object <optional>

Optional data object to pass to Scene.Settings and Scene.init, and Scene.create.

Returns:
Description:

This Scene Manager instance.

Since: 3.0.0