Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Circle

<static> CopyFrom(source, dest)

Description:

Copies the x, y and radius properties from the source Circle into the given dest Circle, then returns the dest Circle.

Parameters:

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.

Returns:
Description:

The destination Circle.

Since: 3.0.0