Method DoPopup
DoPopup(GUIContent, MaterialProperty, string[])
Helper function to draw a popup.
Declaration
public void DoPopup(GUIContent label, MaterialProperty property, string[] options)
Parameters
Type | Name | Description |
---|---|---|
GUIContent | label | The label to use. |
MaterialProperty | property | The property to display. |
string[] | options | The options available. |