setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters
updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect
data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be
centerX : number The center x coordinate of the Game Object.This is the same as (x - offsetX) + (width / 2)
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
moveUp() → {PIXI.DisplayObject} Moves this Game Object up one place in its parents display list
smoothed : boolean Enable or disable texture smoothing for this Game Object. It only takes effect if the Game Object is
cameraOffset : Phaser.Point The x/y coordinate offset
setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy
sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display
Page 31 of 62