Copies the x
, y
and radius
properties from the source
Circle
into the given dest
Circle, then returns the dest
Circle.
name | type | description |
---|---|---|
source | Phaser.Geom.Circle |
The source Circle to copy the values from. |
dest | Phaser.Geom.Circle |
The destination Circle to copy the values to. |
The destination Circle.