Browse Source

添加日志

zhaoyang 3 years ago
parent
commit
6ef2815bac
1 changed files with 7 additions and 0 deletions
  1. 7 0
      GameClient/Assets/ThirdParty/FairyGUI/Scripts/UI/Window.cs

+ 7 - 0
GameClient/Assets/ThirdParty/FairyGUI/Scripts/UI/Window.cs

@@ -78,8 +78,11 @@ namespace FairyGUI
         {
             set
             {
+                Debug.Log("zoyaA");
                 if (_contentPane != value)
                 {
+                    Debug.Log("zoyaB");
+
                     if (_contentPane != null)
                         RemoveChild(_contentPane);
                     _contentPane = value;
@@ -102,7 +105,11 @@ namespace FairyGUI
                     }
                     else
                     {
+                        Debug.Log("zoyaC:" + _frame);
+
                         _frame = null;
+                        Debug.Log("zoyaD:" + this.gameObjectName);
+
                         this.gameObjectName = "Window";
                     }
                 }