Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Line

<static> CopyFrom(source, dest)

Description:

Copy the values of one line to a destination line.

Parameters:

name type description
source Phaser.Geom.Line

The source line to copy the values from.

dest Phaser.Geom.Line

The destination line to copy the values to.

Returns:
Description:

The destination line.

Since: 3.0.0
Source: src/geom/line/CopyFrom.js (Line 7)