arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 442 B
TypeScript
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