copyFrom(source) → {Phaser.Ellipse}
right : number The x coordinate of the rightmost point of the Ellipse. Changing the right property of an Ellipse object has no
setTo(x, y, width, height) → {Phaser.Ellipse}
getBounds() → {Phaser.Rectangle}
left The left coordinate of the Ellipse. The same as the X coordinate. Source code:
width : number The overall width of this ellipse. 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
y : number The Y coordinate of the upper-left corner of the framing rectangle of this ellipse.
[readonly] type : number The const type of this object.
Page 1 of 2