Esempio n. 1
0
 public static string FolderPathTextfield(GUIContent label, string path, string popupTitle)
 {
     return(SPEditorGUI.FolderPathTextfield(EditorGUILayout.GetControlRect(true), label, path, popupTitle));
 }