Method DrawPopup
DrawPopup(GUIContent, SerializedProperty, string[])
Draw a popup
Declaration
public static void DrawPopup(GUIContent label, SerializedProperty property, string[] options)
Parameters
Type | Name | Description |
---|---|---|
GUIContent | label | the label |
SerializedProperty | property | The data displayed |
string[] | options | Options of the dropdown |