Phaser API Documentation

  Version: 
CreateSceneFromObjectConfig
Properties:
name type arguments description
init Phaser.Types.Scenes.SceneInitCallback <optional>

The scene's init callback.

preload Phaser.Types.Scenes.ScenePreloadCallback <optional>

The scene's preload callback.

create Phaser.Types.Scenes.SceneCreateCallback <optional>

The scene's create callback.

update Phaser.Types.Scenes.SceneUpdateCallback <optional>

The scene's update callback. See Phaser.Scene#update.

extend any <optional>

Any additional properties, which will be copied to the Scene after it's created (except data or sys).

extend.data any <optional>

Any values, which will be merged into the Scene's Data Manager store.

Type:
object