EditorGUILayout.IntPopupstatic function IntPopup (selectedValue : int, displayedOptions : string[], optionValues : int[], params options : GUILayoutOption[]) : intstatic function IntPopup (selectedValue : int, displayedOptions : string[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : intstatic function IntPopup (selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], params options : GUILayoutOption[]) : intstatic function IntPopup (selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : intstatic function IntPopup (label : string, selectedValue : int, displayedOptions : string[], optionValues : int[], params options : GUILayoutOption[]) : intstatic function IntPopup (label : string, selectedValue : int, displayedOptions : string[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : intstatic function IntPopup (label : GUIContent, selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], params options : GUILayoutOption[]) : intstatic function IntPopup (label : GUIContent, selectedValue : int, displayedOptions : GUIContent[], optionValues : int[], style : GUIStyle, params options : GUILayoutOption[]) : intParameters
Returnsint - The value of the option that has been selected by the user. DescriptionMake an integer popup selection field. Takes the currently selected integer as a parameter and returns the integer selected by the user. |
