Ellipse#getBounds()
  • References/Game Development/Phaser/Geometry/Ellipse

getBounds() → {Phaser.Rectangle}

2025-01-10 15:47:30
Ellipse#copyFrom()
  • References/Game Development/Phaser/Geometry/Ellipse

copyFrom(source) → {Phaser.Ellipse}

2025-01-10 15:47:30
Ellipse#setTo()
  • References/Game Development/Phaser/Geometry/Ellipse

setTo(x, y, width, height) → {Phaser.Ellipse}

2025-01-10 15:47:30
Ellipse#right
  • References/Game Development/Phaser/Geometry/Ellipse

right : number The x coordinate of the rightmost point of the Ellipse. Changing the right property of an Ellipse object has no

2025-01-10 15:47:30
Ellipse#x
  • References/Game Development/Phaser/Geometry/Ellipse

x : number The X coordinate of the upper-left corner of the framing rectangle of this ellipse.

2025-01-10 15:47:30
Ellipse#y
  • References/Game Development/Phaser/Geometry/Ellipse

y : number The Y coordinate of the upper-left corner of the framing rectangle of this ellipse.

2025-01-10 15:47:30
Ellipse#contains()
  • References/Game Development/Phaser/Geometry/Ellipse

contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Ellipse object

2025-01-10 15:47:30
Ellipse#left
  • References/Game Development/Phaser/Geometry/Ellipse

left The left coordinate of the Ellipse. The same as the X coordinate. Source code:

2025-01-10 15:47:30
Ellipse#width
  • References/Game Development/Phaser/Geometry/Ellipse

width : number The overall width of this ellipse. Source code:

2025-01-10 15:47:30
Ellipse#empty
  • References/Game Development/Phaser/Geometry/Ellipse

empty : boolean Determines whether or not this Ellipse object is empty. Will return a value of true if the Ellipse objects dimensions

2025-01-10 15:47:30