Example #1
0
 public static EditorWindow GetWindow(Type t, [DefaultValue("false")] bool utility, [DefaultValue("null")] string title, [DefaultValue("true")] bool focus)
 {
     return(EditorWindow.GetWindowPrivate(t, utility, title, focus));
 }