centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)
centerX : number The center x coordinate of the Game Object.This is the same as (x - offsetX) + (width / 2)
autoCull : boolean A Game Object with autoCull set to true will check its bounds against the World Camera every frame
y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.
fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the
[readonly] z : number The z depth of this Game Object within its parent Group.No two
clear() → {PIXI.Graphics}
lineTo(x, y) → {PIXI.Graphics}
pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic
[readonly] destroyPhase : boolean As a Game Object runs through its destroy method this flag
Page 2 of 10