Rectangle#intersects()
  • References/Game Development/Phaser/Geometry/Rectangle

intersects(b) → {boolean} Determines whether this Rectangle and another given Rectangle intersect

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

<static> containsRaw(rx, ry, rw, rh, x, y) → {boolean} Determines

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

containsRect(b) → {boolean} Determines whether the first Rectangle object is fully contained within

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

aabb(points, out) → {Phaser

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

offset(dx, dy) → {Phaser.Rectangle}

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

[readonly] type : number The const type of this object.

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

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

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

copyFrom(source) → {Phaser.Rectangle}

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

new Rectangle(x, y, width, height) Creates a new Rectangle object with the top-left corner specified by the x and y parameters and with

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

randomY : number A random value between the top and bottom values (inclusive) of the Rectangle.

2025-01-10 15:47:30