setTo(x, y, width, height) → {Phaser.Rectangle}
randomX : number A random value between the left and right values (inclusive) of the Rectangle.
inflate(dx, dy) → {Phaser.Rectangle}
clone(output) → {Phaser.Rectangle}
contains(x, y) → {boolean} Determines whether the specified coordinates are contained within the
<static> union(a, b, output) → {
offsetPoint(point) → {Phaser.Rectangle}
<static> intersectsRaw(left, right, top, bottom, tolerance) → {boolean}
<static> containsPoint(a, point) → {boolean} Determines
topLeft : Phaser.Point The location of the Rectangles
Page 2 of 7