Version: 2022.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 ユーザーによって設定された値

説明

Makes a text field for entering long integers.

関連項目: IntField, FloatField, DoubleField.