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.
blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:
remove(plugin, destroy) Remove a Plugin from the PluginManager. It calls Plugin.destroy on the plugin
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.
world : Phaser.Point The world coordinates of this
cropRect : Phaser.Rectangle The Rectangle used
body : Phaser.Physics.Arcade.Body |
update() Update is called after all the core subsystems (Input, Tweens, Sound, etc) and the State have updated, but before the render
Page 1 of 14