Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector4

copy(src)

Description:

Copy the components of a given Vector into this Vector.

Parameters:

name type description
src Phaser.Math.Vector4

The Vector to copy the components from.

Returns:
Description:

This Vector4.

Since: 3.0.0
Source: src/math/Vector4.js (Line 103)