right : number The x coordinate of the rightmost point of the Ellipse. Changing the right property of an Ellipse object has no
getBounds() → {Phaser.Rectangle}
setTo(x, y, width, height) → {Phaser.Ellipse}
copyFrom(source) → {Phaser.Ellipse}
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.
left The left coordinate of the Ellipse. The same as the X coordinate. Source code:
contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Ellipse object
x : number The X coordinate of the upper-left corner of the framing rectangle of this ellipse.
clone(output) → {Phaser.Ellipse}
Page 1 of 2