2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2024-12-29 22:43:08 +00:00
phaser/v3/typings/geom/line/CopyFrom.d.ts

8 lines
263 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
/**
* Copies the x, y and diameter properties from any given object to this Circle.
* @method Phaser.Circle#copyFrom
* @param {any} source - The object to copy from.
* @return {Circle} This Circle object.
*/
export default function (source: any, dest: any): any;