[readonly] offsetX : number The amount the Game Object is visually offset from its x coordinate
parent :any The parent of this plugin. If added to the PluginManager the parent will be set to that, otherwise it will be null
hasPostUpdate : boolean A flag to indicate if this plugin has a postUpdate method. Source
moveUp() → {PIXI.DisplayObject} Moves this Game Object up one place in its parents display list
[readonly] previousRotation : number The rotation the Game Object was in set to in the previous
[readonly] data : Object The data that was passed in with this event.
new PluginManager(game) The Plugin Manager is responsible for the loading, running and unloading of Phaser Plugins. Parameters
destroy() Clear down this PluginManager, calls destroy on every plugin and nulls out references.
[readonly] deltaX : number Returns the delta x value. The difference between world.x now and
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
Page 12 of 14