UpdateGUIState() private method

private UpdateGUIState ( ) : void
return void
Exemplo n.º 1
0
 public static void HideGUI()
 {
     if (instance != null)
     {
         instance.tank_module = null;
         instance.UpdateGUIState();
     }
 }
Exemplo n.º 2
0
        public static void HideGUI()
        {
            if (instance != null)
            {
                instance.tank_module = null;
                instance.UpdateGUIState();
            }
            EditorLogic editor = EditorLogic.fetch;

            if (editor != null)
            {
                editor.Unlock("MFTGUILock");
            }
        }
Exemplo n.º 3
0
        string oldTankType        = "newnewnew";  //force refresh on first call to EnsureFreshAddLabelCache()

        public static void HideGUI()
        {
            if (instance != null)
            {
                instance.tank_module = null;
                instance.UpdateGUIState();
            }
            EditorLogic editor = EditorLogic.fetch;

            if (editor != null)
            {
                editor.Unlock("MFTGUILock");
            }
            Debug.Log(StackTraceUtility.ExtractStackTrace());
        }