Example #1
0
 void DestroyGUI()
 {
     if (guiExampleControl != null)
     {
         guiExampleControl.SetShouldDetach();
         guiExampleControl = null;
     }
 }