This version of Unity is unsupported.

EditorGUI.Vector3IntField

Declaration

public static Vector3Int Vector3IntField(Rect position, string label, Vector3Int value);

Declaration

public static Vector3Int Vector3IntField(Rect position, GUIContent label, Vector3Int value);

Parameters

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

Returns

Vector3Int The value entered by the user.

Description

Makes an X, Y, and Z integer field for entering a Vector3Int.