EditorGUILayout.IntPopup
static function IntPopup (selectedValue : int, displayedOptions : string[], optionValues : int[], params options : GUILayoutOption[]) : int
static function IntPopup (selectedValue : int, displayedOptions : string[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : int
static function IntPopup (selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], params options : GUILayoutOption[]) : int
static function IntPopup (selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : int
static function IntPopup (label : String, selectedValue : int, displayedOptions : string[], optionValues : int[], params options : GUILayoutOption[]) : int
static function IntPopup (label : String, selectedValue : int, displayedOptions : string[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : int
static function IntPopup (label : GUIContent, selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], params options : GUILayoutOption[]) : int
static function IntPopup (label : GUIContent, selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : int
Description
static function IntPopup (property : SerializedProperty, displayedOptions : GUIContent[], optionValues : int[], params options : GUILayoutOption[]) : void
static function IntPopup (property : SerializedProperty, displayedOptions : GUIContent[], optionValues : int[], label : GUIContent, params options : GUILayoutOption[]) : void
Description