hasRender : boolean A flag to indicate if this plugin has a render method. Source
game : Phaser.Game A reference to the currently running game
parent :any The parent of this plugin. If added to the PluginManager the parent will be set to that, otherwise it will be null
new Plugin(game, parent) This is a base Plugin template to use for any Phaser plugin development. Parameters
hasPostUpdate : boolean A flag to indicate if this plugin has a postUpdate method. Source
Page 2 of 2