Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Ellipse

<static> CopyFrom(source, dest)

Description:

Copies the x, y, width and height properties from the source Ellipse into the given dest Ellipse, then returns the dest Ellipse.

Parameters:

name type description
source Phaser.Geom.Ellipse

The source Ellipse to copy the values from.

dest Phaser.Geom.Ellipse

The destination Ellipse to copy the values to.

Returns:
Description:

The destination Ellipse.

Since: 3.0.0