Version: 2018.1
public static Vector2Int Vector2IntField (Rect position, string label, Vector2Int value);
public static Vector2Int Vector2IntField (Rect position, GUIContent label, Vector2Int value);

Parameters

position@param position Прямоугольник на экране, используемый для поля.
labelLabel to display above the field.
value@param value Значение для редактирования.

Returns

Vector2Int Значение, введенное пользователем.

Description

Make an X & Y integer field for entering a Vector2Int.