Пример #1
0
 static void ShowWindow()
 {
     if (cWin != null)
     {
         return;
     }
     cWin = (RapidBuildEditorTool)GetWindow(typeof(RapidBuildEditorTool));
     cWin.Show();
     cWin.Init();
 }
Пример #2
0
 void OnDestroy()
 {
     SaveAltasSetting();
     cWin = null;
 }