x : number The x coordinate of the top-left corner of the Rectangle. Source
getPoint(position, out) → {
copyFrom(source) → {Phaser.Rectangle}
intersects(b) → {boolean} Determines whether this Rectangle and another given Rectangle intersect
<static> sameDimensions(a, b) → {boolean} Determines
[readonly] type : number The const type of this object.
new Rectangle(x, y, width, height) Creates a new Rectangle object with the top-left corner specified by the x and y parameters and with
containsRect(b) → {boolean} Determines whether the first Rectangle object is fully contained within
<static> containsRaw(rx, ry, rw, rh, x, y) → {boolean} Determines
aabb(points, out) → {Phaser
Page 6 of 7