Version: 2017.3

EditorGUI.Vector2IntField

Switch to Manual
public static Vector2Int Vector2IntField (Rect position, string label, Vector2Int value);
public static Vector2Int Vector2IntField (Rect position, GUIContent label, Vector2Int value);

Parameters

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

Returns

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

Description

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