Version: 2017.3

EditorGUI.Vector2IntField

Cambiar al Manual
public static Vector2Int Vector2IntField (Rect position, string label, Vector2Int value);
public static Vector2Int Vector2IntField (Rect position, GUIContent label, Vector2Int value);

Parámetros

position Rectangle on the screen to use for the field.
label Label to display above the field.
value The value to edit.

Valor de retorno

Vector2Int The value entered by the user.

Descripción

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