EditorGUI.FloatFieldstatic function FloatField (position : Rect, value : float, style : GUIStyle = EditorStyles.numberField) : floatstatic function FloatField (position : Rect, label : string, value : float, style : GUIStyle = EditorStyles.numberField) : floatstatic function FloatField (position : Rect, label : GUIContent, value : float, style : GUIStyle = EditorStyles.numberField) : floatParameters
Returnsfloat - The value entered by the user. DescriptionMake a text field for entering floats. |
