Version: 2017.3

EditorGUI.Vector3IntField

Cambiar al Manual
public static Vector3Int Vector3IntField (Rect position, string label, Vector3Int value);
public static Vector3Int Vector3IntField (Rect position, GUIContent label, Vector3Int 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

Vector3Int The value entered by the user.

Descripción

Make an X, Y & Z integer field for entering a Vector3Int.