Method DoPopup
DoPopup(GUIContent, MaterialProperty, string[])
선언
public void DoPopup(GUIContent label, MaterialProperty property, string[] options)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GUIContent | label | |
MaterialProperty | property | |
string[] | options |
DoPopup(GUIContent, MaterialProperty, string[], MaterialEditor)
선언
public static void DoPopup(GUIContent label, MaterialProperty property, string[] options, MaterialEditor materialEditor)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GUIContent | label | |
MaterialProperty | property | |
string[] | options | |
MaterialEditor | materialEditor |