[readonly] perimeter : number The perimeter size of the Rectangle. This is the sum of all
<static> intersects(a, b) → {boolean} Determines whether
centerY : number The y coordinate of the center of the Rectangle. Source
[readonly] halfWidth : number Half of the width of the Rectangle.
topRight : Phaser.Point The location of the Rectangles
right : number The sum of the x and width properties. Changing the right property of a Rectangle object has no effect on the x
[readonly] halfHeight : number Half of the height of the Rectangle.
centerOn(x, y) → {Phaser.Rectangle}
empty : boolean Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is
<static> inflate(a, dx, dy) → {
Page 4 of 7