crop(rect, copy) Crop allows you to crop the texture being used to display this Game Object.Setting
data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be
setAll(key, value, checkAlive, checkVisible, operation, force)
frame : integer Gets or sets the current frame index of the texture being used to render this Game Object. To change the
top : number The y coordinate of the Game Object.This is the same as y - offsetY.
ignoreDestroy : boolean A group with ignoreDestroy set to true ignores all calls to its destroy
[readonly] destroyPhase : boolean As a Game Object runs through its destroy method this flag
bringToTop() → {PIXI.DisplayObject} Brings this Game Object to the top of its parents display list
bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.
centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)
Page 25 of 62