guodong 3 жил өмнө
parent
commit
e22f154471

+ 0 - 80
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Mail/UI_ListRewardItem.cs

@@ -1,80 +0,0 @@
-/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
-
-using FairyGUI;
-
-namespace UI.Mail
-{
-    public partial class UI_ListRewardItem
-    {
-        public GComponent target;
-        public GLoader m_loaIcon;
-        public GTextField m_txtName;
-        public GTextField m_txtCount;
-        public GImage m_imgGot;
-        public const string URL = "ui://y44a413eehs9h";
-        public const string PACKAGE_NAME = "Mail";
-        public const string RES_NAME = "ListRewardItem";
-        private static UI_ListRewardItem _proxy;
-
-        public static UI_ListRewardItem Create(GObject gObject = null)
-        {
-            var ui = new UI_ListRewardItem();
-            if(gObject == null)
-            	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
-            else
-            	ui.target =  (GComponent)gObject;
-            ui.Init(ui.target);
-            return ui;
-        }
-
-        public static UI_ListRewardItem Proxy(GObject gObject = null)
-        {
-            if(_proxy == null)
-            {
-                _proxy = new UI_ListRewardItem();
-            }
-            var ui = _proxy;
-            if(gObject == null)
-            	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
-            else
-            	ui.target =  (GComponent)gObject;
-            ui.Init(ui.target);
-            return ui;
-        }
-
-        public static void ProxyEnd()
-        {
-            if (_proxy != null)
-            {
-                _proxy.Dispose();
-            }
-        }
-
-        public static void ClearProxy()
-        {
-            ProxyEnd();
-            _proxy = null;
-        }
-
-        private void Init(GComponent comp)
-        {
-            m_loaIcon = (GLoader)comp.GetChildAt(1);
-            m_txtName = (GTextField)comp.GetChildAt(3);
-            m_txtCount = (GTextField)comp.GetChildAt(4);
-            m_imgGot = (GImage)comp.GetChildAt(5);
-        }
-        public void Dispose(bool disposeTarget = false)
-        {
-            m_loaIcon = null;
-            m_txtName = null;
-            m_txtCount = null;
-            m_imgGot = null;
-            if(disposeTarget && target != null)
-            {
-                target.RemoveFromParent();
-                target.Dispose();
-            }
-            target = null;
-        }
-    }
-}

+ 0 - 11
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Mail/UI_ListRewardItem.cs.meta

@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 9bb2ceec79c11984faa53da7134b2042
-MonoImporter:
-  externalObjects: {}
-  serializedVersion: 2
-  defaultReferences: []
-  executionOrder: 0
-  icon: {instanceID: 0}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 

+ 5 - 5
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/XiuFang/UI_XiuFangUI.cs

@@ -59,11 +59,11 @@ namespace UI.XiuFang
 
 
         private void Init(GComponent comp)
         private void Init(GComponent comp)
         {
         {
-            m_bg = (GLoader)comp.GetChildAt(0);
-            m_btnBack = (GButton)comp.GetChildAt(1);
-            m_btnClothingShop = (GLoader)comp.GetChildAt(4);
-            m_btnClothingUpgrade = (GLoader)comp.GetChildAt(5);
-            m_btnSuitSynthetic = (GLoader)comp.GetChildAt(6);
+            m_bg = (GLoader)comp.GetChild("bg");
+            m_btnBack = (GButton)comp.GetChild("btnBack");
+            m_btnClothingShop = (GLoader)comp.GetChild("btnClothingShop");
+            m_btnClothingUpgrade = (GLoader)comp.GetChild("btnClothingUpgrade");
+            m_btnSuitSynthetic = (GLoader)comp.GetChild("btnSuitSynthetic");
         }
         }
         public void Dispose(bool disposeTarget = false)
         public void Dispose(bool disposeTarget = false)
         {
         {

+ 4 - 4
GameClient/Assets/Game/Launcher/FairyGUI/GenCode/Launcher/UI_LauncherAlertUI.cs

@@ -58,10 +58,10 @@ namespace UI.Launcher
 
 
         private void Init(GComponent comp)
         private void Init(GComponent comp)
         {
         {
-            m_bg = (GImage)comp.GetChildAt(0);
-            m_txtContent = (GTextField)comp.GetChildAt(1);
-            m_btnLeft = (GButton)comp.GetChildAt(2);
-            m_btnRight = (GButton)comp.GetChildAt(3);
+            m_bg = (GImage)comp.GetChild("bg");
+            m_txtContent = (GTextField)comp.GetChild("txtContent");
+            m_btnLeft = (GButton)comp.GetChild("btnLeft");
+            m_btnRight = (GButton)comp.GetChild("btnRight");
         }
         }
         public void Dispose(bool disposeTarget = false)
         public void Dispose(bool disposeTarget = false)
         {
         {

+ 6 - 6
GameClient/Assets/Game/Launcher/FairyGUI/GenCode/Launcher/UI_LauncherUI.cs

@@ -60,12 +60,12 @@ namespace UI.Launcher
 
 
         private void Init(GComponent comp)
         private void Init(GComponent comp)
         {
         {
-            m_bg = (GImage)comp.GetChildAt(0);
-            m_progressBar = (GProgressBar)comp.GetChildAt(1);
-            m_txtDescLeft = (GTextField)comp.GetChildAt(2);
-            m_txtVersion = (GTextField)comp.GetChildAt(3);
-            m_txtBottom = (GTextField)comp.GetChildAt(5);
-            m_txtDescRight = (GTextField)comp.GetChildAt(6);
+            m_bg = (GImage)comp.GetChild("bg");
+            m_progressBar = (GProgressBar)comp.GetChild("progressBar");
+            m_txtDescLeft = (GTextField)comp.GetChild("txtDescLeft");
+            m_txtVersion = (GTextField)comp.GetChild("txtVersion");
+            m_txtBottom = (GTextField)comp.GetChild("txtBottom");
+            m_txtDescRight = (GTextField)comp.GetChild("txtDescRight");
         }
         }
         public void Dispose(bool disposeTarget = false)
         public void Dispose(bool disposeTarget = false)
         {
         {

BIN
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes