arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 330 B
TypeScript
export default Clone;
/**
* Clone the given line.
*
* @function Phaser.Geom.Line.Clone
* @since 3.0.0
*
* @param {Phaser.Geom.Line} source - The source line to clone.
*
* @return {Phaser.Geom.Line} The cloned line.
*/
declare function Clone(source: Phaser.Geom.Line): Phaser.Geom.Line;
//# sourceMappingURL=Clone.d.ts.map