alignIn(container, position, offsetX, offsetY)
bringToTop() → {PIXI.DisplayObject} Brings this Game Object to the top of its parents display list
updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect
width : number The width of the sprite, setting this will actually modify the scale to achieve the value set
data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components
setScaleData() Called by the Emitter if autoScale has been enabled. Passes over the scale ease data and resets the scale counter.
update() Updates the Particle scale or alpha if autoScale and autoAlpha are set. Source
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
Page 10 of 11