Scene specific configuration settings.
A scene level Game Object Factory. This property will only be available if defined in the Scene Injection Map.
A reference to the global Animation Manager. This property will only be available if defined in the Scene Injection Map.
A reference to the global Cache. This property will only be available if defined in the Scene Injection Map.
A scene level Camera System. This property will only be available if defined in the Scene Injection Map.
A scene level Game Object Display List. This property will only be available if defined in the Scene Injection Map.
A scene level Data Manager Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
A scene level Event Emitter. This property will only be available if defined in the Scene Injection Map.
A scene level Facebook Instant Games Plugin. This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
A reference to the Phaser.Game instance. This property will only be available if defined in the Scene Injection Map.
A scene level Input Manager Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
A scene level Lights Manager Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
A scene level Loader Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
A scene level Game Object Creator. This property will only be available if defined in the Scene Injection Map.
A scene level Matter Physics Plugin. This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
A scene level Arcade Physics Plugin. This property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.
A reference to the Plugin Manager.
The Plugin Manager is a global system that allows plugins to register themselves with it, and can then install those plugins into Scenes as required.
A reference to the game level Data Manager. This property will only be available if defined in the Scene Injection Map.
A reference to the global Scale Manager. This property will only be available if defined in the Scene Injection Map.
A reference to the Scene Manager Plugin. This property will only be available if defined in the Scene Injection Map.
A reference to the Sound Manager. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
The Scene Systems. You must never overwrite this property, or all hell will break lose.
A reference to the Texture Manager. This property will only be available if defined in the Scene Injection Map.
A scene level Time and Clock Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
A scene level Tween Manager Plugin. This property will only be available if defined in the Scene Injection Map and the plugin is installed.
Generated using TypeDoc