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