hasUpdate : boolean A flag to indicate if this plugin has an update method. Source
update() Update is called after all the core subsystems (Input, Tweens, Sound, etc) and the State have updated, but before the render
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle
reset(x, y, health) → {PIXI.DisplayObject} Resets the Game Object
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
remove(plugin, destroy) Remove a Plugin from the PluginManager. It calls Plugin.destroy on the plugin
hasPostRender : boolean A flag to indicate if this plugin has a postRender method. Source
left : number The left coordinate of the Game Object.This is the same as x - offsetX.
heal Heal the Game Object. This adds the given amount of health to the health property. Inherited
transformCallback : Function The callback that will apply any scale limiting to the worldTransform.
Page 2 of 14