LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Vector3Int.Max

public static Vector3Int Max(Vector3Int lhs, Vector3Int rhs);

Description

Returns a vector that is made from the largest components of two vectors.

See Also: Min function.