Esempio n. 1
0
 public void OnDisable()
 {
     if (_editor != null)
     {
         _editor.CacheLastGraph();
         _editor = null;
     }
 }