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);

パラメーター

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

戻り値

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

説明

long の整数を入力するフィールドを作成します。

関連項目: IntField, FloatField, DoubleField.