union(b, out) → {Phaser.Rectangle}
<static> inflate(a, dx, dy) → {
left : number The x coordinate of the left of the Rectangle. Changing the left property of a Rectangle object has no effect on
height : number The height of the Rectangle. This value should never be set to a negative.
<static> size(a, output) → {
toString() → {string} Returns a string representation of this object. Returns
empty : boolean Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is
<static> intersection(a, b, output) → {
<static> containsRect(a, b) → {boolean} Determines whether
copyFrom(source) → {Phaser.Rectangle}
Page 5 of 7