Phaser API Documentation

  Version: 
start()

Description:

The PluginManager calls this method on a Global Plugin when the plugin is started. If a plugin is stopped, and then started again, this will get called again. Typically called immediately after BasePlugin.init. On a Scene Plugin, this method is never called.

Since: 3.8.0
Source: src/plugins/BasePlugin.js (Line 65)