Version: 2018.1
public static void MultiFloatField (Rect position, GUIContent[] subLabels, float[] values);
public static void MultiFloatField (Rect position, GUIContent label, GUIContent[] subLabels, float[] values);

Parameters

position@param position Прямоугольник на экране, использующийся для размещения поля ввода.
label@param label Необязательный текст для отображения перед полем ввода.
subLabelsArray with small labels to show in front of each float field. There is room for one letter per field only.
values@param value Значение для редактирования.

Description

Make a multi-control with text fields for entering multiple floats in the same line.