Пример #1
0
 void OnDestroy()
 {
     if (graphEditor != null)
     {
         graphEditor.OnDisable();
         graphEditor.OnDestroy();
         graphEditor = null;
     }
 }
Пример #2
0
 void OnDestroy()
 {
     graphEditor.OnDestroy();
     graphEditor = null;
 }