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

<static> size(a, 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#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#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#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