Пример #1
0
 public static string OptionPopupWithCustom(GUIContent label, string value, string[] options)
 {
     return(SPEditorGUI.OptionPopupWithCustom(EditorGUILayout.GetControlRect(false), label, value, options));
 }