Phaser API Documentation

  Version: 
start([key], [data])

Description:

Shutdown this Scene and run the given one.

This will happen at the next Scene Manager update, not immediately.

Parameters:

name type arguments description
key string <optional>

The Scene to start.

data object <optional>

The Scene data.

Returns:
Description:

This ScenePlugin object.

Since: 3.0.0
Source: src/scene/ScenePlugin.js (Line 188)