UNPKG

arcade-physics

Version:
13 lines 330 B
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