Method DoPopup
DoPopup(GUIContent, MaterialProperty, string[])
Helper function to draw a popup.
선언
public void DoPopup(GUIContent label, MaterialProperty property, string[] options)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| GUIContent | label | The label to use.  | 
    
| MaterialProperty | property | The property to display.  | 
    
| string[] | options | The options available.  |