Esempio n. 1
0
 void OnDisable()
 {
     if (serializedProperty != null)
     {
         graphView.Unload();
     }
     rootVisualElement.Remove(graphView);
 }
Esempio n. 2
0
 void OnDisable()
 {
     if (activeSequencer != null)
     {
         graphView.Unload();
     }
     rootVisualElement.Remove(graphView);
 }