getBounds() → {Phaser.Rectangle}
copyFrom(source) → {Phaser.Ellipse}
setTo(x, y, width, height) → {Phaser.Ellipse}
right : number The x coordinate of the rightmost point of the Ellipse. Changing the right property of an Ellipse object has no
left The left coordinate of the Ellipse. The same as the X coordinate. Source code:
x : number The X coordinate of the upper-left corner of the framing rectangle of this ellipse.
contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Ellipse object
width : number The overall width of this ellipse. Source code:
y : number The Y coordinate of the upper-left corner of the framing rectangle of this ellipse.
empty : boolean Determines whether or not this Ellipse object is empty. Will return a value of true if the Ellipse objects dimensions
Page 1 of 2