Exemplo n.º 1
0
 void OnDestroy()
 {
     if (graphEditor != null)
     {
         graphEditor.OnDisable();
         graphEditor.OnDestroy();
         graphEditor = null;
     }
 }
Exemplo n.º 2
0
 void OnDestroy()
 {
     graphEditor.OnDestroy();
     graphEditor = null;
 }