Version: 2017.3
public static long LongField (Rect position, string label, long value, GUIStyle style= EditorStyles.numberField);
public static long LongField (Rect position, GUIContent label, long value, GUIStyle style= EditorStyles.numberField);

Parámetros

position Rectangle on the screen to use for the long field.
label Optional label to display in front of the long field.
value The value to edit.
style Optional GUIStyle.

Valor de retorno

long The value entered by the user.

Descripción

Make a text field for entering long integers.