예제 #1
0
 public static void OpenStudio()
 {
     OpenWindowIfNotExists();
     DesignerView.OpenWindowIfNotExists();
     OutlineView.OpenWindowIfNotExists();
     PropertyView.OpenWindowIfNotExists();
 }
예제 #2
0
 void OnDestroy()
 {
     OutlineView.CloseIfExists();
     DesignerView.CloseIfExists();
     PropertyView.CloseIfExists();
 }