<static> size(a, output) → {
empty : boolean Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is
toString() → {string} Returns a string representation of this object. Returns
height : number The height of the Rectangle. This value should never be set to a negative.
<static> containsRect(a, b) → {boolean} Determines whether
union(b, out) → {Phaser.Rectangle}
[readonly] volume : number The volume of the Rectangle derived from width * height.
<static> intersection(a, b, output) → {
left : number The x coordinate of the left of the Rectangle. Changing the left property of a Rectangle object has no effect on
x : number The x coordinate of the top-left corner of the Rectangle. Source
Page 5 of 7