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