arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 518 B
TypeScript
export default Clone;
/**
* Creates a new Ellipse instance based on the values contained in the given source.
*
* @function Phaser.Geom.Ellipse.Clone
* @since 3.0.0
*
* @param {Phaser.Geom.Ellipse} source - The Ellipse to be cloned. Can be an instance of an Ellipse or a ellipse-like object, with x, y, width and height properties.
*
* @return {Phaser.Geom.Ellipse} A clone of the source Ellipse.
*/
declare function Clone(source: Phaser.Geom.Ellipse): Phaser.Geom.Ellipse;
//# sourceMappingURL=Clone.d.ts.map