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

Vector2Int.Vector3Int

Parameters

v The Vector2Int to convert to a Vector3Int.

Description

Converts a Vector2Int to a Vector3Int.

Vector2Ints can be explicitly converted to Vector3Int (z is set to zero in the result).