topRight : Phaser.Point The location of the Rectangles
centerY : number The y coordinate of the center of the Rectangle. Source
size(output) → {Phaser.Point}
[readonly] perimeter : number The perimeter size of the Rectangle. This is the sum of all
[readonly] halfHeight : number Half of the height of the Rectangle.
intersection(b, out) → {Phaser.Rectangle}
<static> intersects(a, b) → {boolean} Determines whether
[readonly] halfWidth : number Half of the width of the Rectangle.
<static> inflatePoint(a, point) → {
[readonly] volume : number The volume of the Rectangle derived from width * height.
Page 4 of 7