mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
commit
e320ace5a8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Phaser.Ellipse.prototype = {
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copies the x, y and diameter properties from this Circle to any given object.
|
* Copies the x, y, width and height properties from this Ellipse to any given object.
|
||||||
* @method Phaser.Ellipse#copyTo
|
* @method Phaser.Ellipse#copyTo
|
||||||
* @param {any} dest - The object to copy to.
|
* @param {any} dest - The object to copy to.
|
||||||
* @return {Object} This dest object.
|
* @return {Object} This dest object.
|
||||||
|
|
Loading…
Reference in a new issue