Circle.equals()
  • References/Game Development/Phaser/Geometry/Circle

<static> equals(a, b) → {boolean} Determines whether

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

x : number The x coordinate of the center of the circle. Source code:

2025-01-10 15:47:30
Circle.intersectsRectangle()
  • References/Game Development/Phaser/Geometry/Circle

<static> intersectsRectangle(c, r) → {boolean} Checks

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

setTo(x, y, diameter) → {Circle} Sets the members of Circle to the specified values.

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

<static> contains(a, x, y) → {boolean} Return true if

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

toString() → {string} Returns a string representation of this object. Returns

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

getBounds() → {Phaser.Rectangle}

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

copyTo(dest) → {object} Copies the x, y and diameter properties from this Circle to any given object

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

bottom : number The sum of the y and radius properties. Changing the bottom property of a Circle object has no effect on the x

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

radius : number The length of a line extending from the center of the circle to any point on the circle itself. The same as half

2025-01-10 15:47:30