preUpdate() Pre-update is called at the very start of the update cycle, before any other subsystems have been updated (including Physics)
body : Phaser.Physics.Arcade.Body |
cropRect : Phaser.Rectangle The Rectangle used
transformCallback : Function The callback that will apply any scale limiting to the worldTransform.
heal Heal the Game Object. This adds the given amount of health to the health property. Inherited
checkWorldBounds : boolean If this is set to true the Game Object checks if it is within the World bounds each frame
blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:
getBounds(matrix) → {Rectangle} Returns the bounds of the Sprite as a rectangle.The bounds
fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the
world : Phaser.Point The world coordinates of this
Page 1 of 14