topRight : Phaser.Point The location of the Rectangles
centerOn(x, y) → {Phaser.Rectangle}
intersection(b, out) → {Phaser.Rectangle}
[readonly] perimeter : number The perimeter size of the Rectangle. This is the sum of all
top : number The y coordinate of the top of the Rectangle. Changing the top property of a Rectangle object has no effect on the
size(output) → {Phaser.Point}
right : number The sum of the x and width properties. Changing the right property of a Rectangle object has no effect on the x
equals(b) → {boolean} Determines whether the two Rectangles are equal.This method compares
height : number The height of the Rectangle. This value should never be set to a negative.
[readonly] volume : number The volume of the Rectangle derived from width * height.
Page 4 of 7