EditorGUI.EnumPopupstatic function EnumPopup (position : Rect, selected : System.Enum, style : GUIStyle = EditorStyles.popup) : System.Enumstatic function EnumPopup (position : Rect, label : string, selected : System.Enum, style : GUIStyle = EditorStyles.popup) : System.Enumstatic function EnumPopup (position : Rect, label : GUIContent, selected : System.Enum, style : GUIStyle = EditorStyles.popup) : 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. |
