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.
// Editor Script that multiplies the scale of the current selected GameObject
|

