Beispiel #1
0
 public static GraphWindow GetInstance()
 {
     if (null == _instance)
     {
         _instance = (GraphWindow)EditorWindow.GetWindow(typeof(GraphWindow));
         _instance.Close();
     }
     return(_instance);
 }