new PluginManager(game)
The Plugin Manager is responsible for the loading, running and unloading of Phaser Plugins.
Parameters
| Name | Type | Description |
|---|---|---|
game | Phaser.Game | A reference to the currently running game. |
- Source code: core/PluginManager.js (Line 16)
Please login to continue.