Rectangle#top
  • References/Game Development/Phaser/Geometry/Rectangle

top : number The y coordinate of the top of the Rectangle. Changing the top property of a Rectangle object has no effect on the

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

topRight : Phaser.Point The location of the Rectangles

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

centerY : number The y coordinate of the center of the Rectangle. Source

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

equals(b) → {boolean} Determines whether the two Rectangles are equal.This method compares

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

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

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

[readonly] perimeter : number The perimeter size of the Rectangle. This is the sum of all

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

centerOn(x, y) → {Phaser.Rectangle}

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

intersection(b, out) → {Phaser.Rectangle}

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

<static> inflate(a, dx, dy) → {

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

<static> inflatePoint(a, point) → {

2025-01-10 15:47:30