EditorGUILayout.EnumPopupstatic function EnumPopup (selected : System.Enum, params options : GUILayoutOption[]) : System.Enumstatic function EnumPopup (selected : System.Enum, style : GUIStyle, params options : GUILayoutOption[]) : System.Enumstatic function EnumPopup (label : string, selected : System.Enum, params options : GUILayoutOption[]) : System.Enumstatic function EnumPopup (label : string, selected : System.Enum, style : GUIStyle, params options : GUILayoutOption[]) : System.Enumstatic function EnumPopup (label : GUIContent, selected : System.Enum, params options : GUILayoutOption[]) : System.Enumstatic function EnumPopup (label : GUIContent, selected : System.Enum, style : GUIStyle, params options : GUILayoutOption[]) : System.EnumParameters
ReturnsSystem.Enum - The enum option that has been selected by the user. DescriptionMake an enum popup selection field. Takes the currently selected enum value as a parameter and returns the enum value selected by the user. |
