Phaser API Documentation

  Version: 
<static> CopyFrom(source, dest)

Description:

Copy the values of one Triangle to a destination Triangle.

Parameters:

name type description
source Phaser.Geom.Triangle

The source Triangle to copy the values from.

dest Phaser.Geom.Triangle

The destination Triangle to copy the values to.

Returns:
Description:

The destination Triangle.

Since: 3.0.0