コード例 #1
0
 void OnDisable()
 {
     if (serializedProperty != null)
     {
         graphView.Unload();
     }
     rootVisualElement.Remove(graphView);
 }
コード例 #2
0
ファイル: SequenceGraph.cs プロジェクト: kirobame/Waven
 void OnDisable()
 {
     if (activeSequencer != null)
     {
         graphView.Unload();
     }
     rootVisualElement.Remove(graphView);
 }