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

Parameters

position屏幕上用于字段的矩形。
label显示在字段上方的标签。
value要编辑的值。

Returns

Vector3Int 用户输入的值。

Description

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