arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 398 B
TypeScript
export default Clone;
/**
* Clones a Triangle object.
*
* @function Phaser.Geom.Triangle.Clone
* @since 3.0.0
*
* @param {Phaser.Geom.Triangle} source - The Triangle to clone.
*
* @return {Phaser.Geom.Triangle} A new Triangle identical to the given one but separate from it.
*/
declare function Clone(source: Phaser.Geom.Triangle): Phaser.Geom.Triangle;
//# sourceMappingURL=Clone.d.ts.map