EditorGUILayout.IntFieldstatic function IntField (value : int, params options : GUILayoutOption[]) : intstatic function IntField (value : int, style : GUIStyle, params options : GUILayoutOption[]) : intstatic function IntField (label : string, value : int, params options : GUILayoutOption[]) : intstatic function IntField (label : string, value : int, style : GUIStyle, params options : GUILayoutOption[]) : intstatic function IntField (label : GUIContent, value : int, params options : GUILayoutOption[]) : intstatic function IntField (label : GUIContent, value : int, style : GUIStyle, params options : GUILayoutOption[]) : intParameters
Returnsint - The value entered by the user. DescriptionMake a text field for entering integers. |
