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

union(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#left
  • References/Game Development/Phaser/Geometry/Rectangle

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

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

height : number The height of the Rectangle. This value should never be set to a negative.

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

<static> size(a, output) → {

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

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

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

empty : boolean Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is

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

<static> intersection(a, b, output) → {

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

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

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

copyFrom(source) → {Phaser.Rectangle}

2025-01-10 15:47:30