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

説明

Makes a text field for entering doubles.

関連項目: FloatField, IntField, LongField.