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.

Vector2Int.operator +

public static Vector2Int operator +(Vector2Int a, Vector2Int b);

Description

Adds two vectors.

Adds corresponding components together.