name : string A user defined name given to this Game Object.This value isn't ever used internally by Phaser, it is meant
alignTo(parent, position, offsetX, offsetY) → {Object}
[readonly] previousPosition : Phaser.Point
centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)
hasPreUpdate : boolean A flag to indicate if this plugin has a preUpdate method. Source
maxHealth : number The Game Objects maximum health value. This works in combination with the heal method to ensure
[readonly] renderOrderID : number The render order ID is used internally by the renderer and
updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect
autoCull : boolean A Game Object with autoCull set to true will check its bounds against the World Camera every frame
cameraOffset : Phaser.Point The x/y coordinate offset
Page 4 of 14