clone(output) → {Phaser.Rectangle}
centerX : number The x coordinate of the center of the Rectangle. Source
setTo(x, y, width, height) → {Phaser.Rectangle}
scale(x, y) → {Phaser.Rectangle}
floor() Runs Math.floor() on both the x and y values of this Rectangle. Source
<static> intersects(a, b) → {boolean} Determines whether
intersectsRaw(left, right, top, bottom, tolerance) → {boolean} Determines whether the coordinates
[readonly] halfHeight : number Half of the height of the Rectangle.
[readonly] halfWidth : number Half of the width of the Rectangle.
centerY : number The y coordinate of the center of the Rectangle. Source
Page 3 of 7