Rectangle.size()
  • References/Game Development/Phaser/Geometry/Rectangle

<static> size(a, output) → {

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

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

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.containsRect()
  • References/Game Development/Phaser/Geometry/Rectangle

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

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

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

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

[readonly] volume : number The volume of the Rectangle derived from width * height.

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

x : number The x coordinate of the top-left corner of the Rectangle. Source

2025-01-10 15:47:30