EditorGUI.IntField

static function IntField (position : Rect, value : int, style : GUIStyle = EditorStyles.numberField) : int

static function IntField (position : Rect, label : String, value : int, style : GUIStyle = EditorStyles.numberField) : int

static function IntField (position : Rect, label : GUIContent, value : int, style : GUIStyle = EditorStyles.numberField) : int

Description