Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 758 Bytes

File metadata and controls

55 lines (27 loc) · 758 Bytes

Home > server > Vector3 > max

Vector3.max() method

Sets each component of the vector to the maximum of the current vector and another vector.

Signature:

max(vector3: Vector3): Vector3;

Parameters

Parameter

Type

Description

vector3

Vector3

The vector to compare to.

**Returns:**

Vector3

The current vector.