public static void MultiIntField (Rect position, GUIContent[] subLabels, int[] values);

Parameters

position屏幕上用于整数字段的矩形。
subLabels显示在每个 int 字段前的小标签的数组。每个字段只有一个字母的空间。
values要编辑的值的数组。

Description

Makes a multi-control with text fields for entering multiple integers in the same line.

The height of the multi-control depends on the total width of its editor window. The control is drawn within the specified rectangle (position). If the control does not fit, it is drawn outside the rectangle. See Also: EditorGUIUtility.wideMode.