setFrame(frame) Sets the texture frame the Game Object uses for rendering. This is primarily an internal method used by
overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with
[readonly] offsetX : number The amount the Game Object is visually offset from its x coordinate
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
x : number The position of the Game Object on the x 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
bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.
left : number The left coordinate of the Game Object.This is the same as x - offsetX.
[readonly] z : number The z depth of this Game Object within its parent Group.No two
smoothed : boolean Enable or disable texture smoothing for this Game Object. It only takes effect if the Game Object is
Page 9 of 10