void OnDisable()
 {
     graphEditorWindow = null;
 }
Beispiel #2
0
 void OnDisable()
 {
     graphEditorWindow = null;
 }
 static void Do()
 {
     graphEditorWindow = GetWindow<GraphEditorWindow> ();
 }
Beispiel #4
0
 static void Do()
 {
     graphEditorWindow = GetWindow <GraphEditorWindow> ();
 }