Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Vector2Int.Max

Declaration

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

Description

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

Additional resources: Min function.