Phaser API Documentation

  Version: 
max(v)

Description:

Sets the components of this Vector to be the Math.max result from the given vector.

Parameters:

name type description
v Phaser.Math.Vector3

The Vector3 to check the maximum values against.

Returns:
Description:

This Vector3.

Inherited from: Phaser.Math.Vector3#max
Since: 3.50.0
Source: src/math/Vector3.js (Line 115)