scale(x, y) → {Phaser.Rectangle}
width : number The width of the Rectangle. This value should never be set to a negative.
centerX : number The x coordinate of the center of the Rectangle. Source
<static> equals(a, b) → {boolean} Determines whether
bottom : number The sum of the y and height properties. Changing the bottom property of a Rectangle object has no effect on the
right : number The sum of the x and width properties. Changing the right property of a Rectangle object has no effect on the x
intersectsRaw(left, right, top, bottom, tolerance) → {boolean} Determines whether the coordinates
size(output) → {Phaser.Point}
[readonly] halfWidth : number Half of the width of the Rectangle.
[readonly] halfHeight : number Half of the height of the Rectangle.
Page 3 of 7