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