contains(x, y) → {boolean} Determines whether the specified coordinates are contained within the
clone(output) → {Phaser.Rectangle}
topLeft : Phaser.Point The location of the Rectangles
width : number The width of the Rectangle. This value should never be set to a negative.
randomX : number A random value between the left and right values (inclusive) of the Rectangle.
intersectsRaw(left, right, top, bottom, tolerance) → {boolean} Determines whether the coordinates
size(output) → {Phaser.Point}
equals(b) → {boolean} Determines whether the two Rectangles are equal.This method compares
intersection(b, out) → {Phaser.Rectangle}
top : number The y coordinate of the top of the Rectangle. Changing the top property of a Rectangle object has no effect on the
Page 3 of 7