UNPKG

arcade-physics

Version:
13 lines 442 B
export default Clone; /** * Creates a new Rectangle which is identical to the given one. * * @function Phaser.Geom.Rectangle.Clone * @since 3.0.0 * * @param {Phaser.Geom.Rectangle} source - The Rectangle to clone. * * @return {Phaser.Geom.Rectangle} The newly created Rectangle, which is separate from the given one. */ declare function Clone(source: Phaser.Geom.Rectangle): Phaser.Geom.Rectangle; //# sourceMappingURL=Clone.d.ts.map