EditorGUILayout.IntField

static function IntField (value : int, params options : GUILayoutOption[]) : int

static function IntField (value : int, style : GUIStyle, params options : GUILayoutOption[]) : int

static function IntField (label : String, value : int, params options : GUILayoutOption[]) : int

static function IntField (label : String, value : int, style : GUIStyle, params options : GUILayoutOption[]) : int

static function IntField (label : GUIContent, value : int, params options : GUILayoutOption[]) : int

static function IntField (label : GUIContent, value : int, style : GUIStyle, params options : GUILayoutOption[]) : int

Description