Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Point

<static> Clone(source)

Description:

Clone the given Point.

Parameters:

name type description
source Phaser.Geom.Point

The source Point to clone.

Returns:
Description:

The cloned Point.

Since: 3.0.0
Source: src/geom/point/Clone.js (Line 9)