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

パラメーター

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

戻り値

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

説明

double を入力するためのテキストフィールドを作成します。

関連項目: FloatField, IntField, LongField.