Browse Source

添加注释

guodong 2 years ago
parent
commit
d990a713c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -49,6 +49,7 @@ namespace GFGGame
             FontManager.RegisterFont(new DynamicFont("SourceHanSerifCN-SemiBold-7", font8));
 
             UIConfig.defaultFont = "FZKTJW--GB1-0";
+            //默认关闭点击窗口移至顶层的功能,不可打开,如哪个界面需要在界面中单独设置
             UIConfig.bringWindowToFrontOnClick = false;
 
             _viewDic = new Dictionary<string, UIView>();