Version: 2019.1
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);

パラメーター

position表示位置
labelLong Field の前に表示するオプションのラベル
value編集する値
styleオプションの GUIStyle

戻り値

long ユーザーによって設定された値

説明

Makes a text field for entering long integers.