Phaser API Documentation

  Version: 
CorePluginContainer
Properties:
name type arguments Default description
key string

The unique name of this plugin in the core plugin cache.

plugin function

The plugin to be stored. Should be the source object, not instantiated.

mapping string <optional>

If this plugin is to be injected into the Scene Systems, this is the property key map used.

custom boolean <optional> false

Core Scene plugin or a Custom Scene plugin?

Type:
object
Since: 3.8.0