resizeFrame(parent, width, height) Resizes the Frame dimensions that the Game Object uses for rendering. You shouldn't normally
lifespan : number The lifespan allows you to give a Game Object a lifespan in milliseconds. Once the Game Object is 'born'
inputEnabled : boolean By default a Game Object won't process any input events. By setting inputEnabled to true a
crop(rect, copy) Crop allows you to crop the texture being used to display this Game Object.Setting
transformCallbackContext : Object The context under which transformCallback is called.
y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.
destroy(destroyChildren, destroyTexture) Destroys the Game Object. This
alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components
world : Phaser.Point The world coordinates of this
right : number The right coordinate of the Game Object.This is the same as x + width - offsetX.
Page 5 of 11