contains(x, y) → {boolean} Determines whether the specified coordinates are contained within the
clone() → {Phaser.RoundedRectangle}
[readonly] type : number The const type of this object.
x : number The x coordinate of the top-left corner of the Rectangle. Source
y : number The y coordinate of the top-left corner of the Rectangle. Source
width : number The width of the Rectangle. This value should never be set to a negative.
new RoundedRectangle(x, y, width, height,
height : number The height of the Rectangle. This value should never be set to a negative.
radius : number The radius of the rounded corners. Source code: