EditorGUI.IntFieldstatic function IntField (position : Rect, value : int, style : GUIStyle = EditorStyles.numberField) : intstatic function IntField (position : Rect, label : string, value : int, style : GUIStyle = EditorStyles.numberField) : intstatic function IntField (position : Rect, label : GUIContent, value : int, style : GUIStyle = EditorStyles.numberField) : intParameters
Returnsint - The value entered by the user. DescriptionMake a text field for entering integers. |
