Sfoglia il codice sorgente

茶话会头像框调整位置

huangxiaoyue 1 anno fa
parent
commit
88648eeefc

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/League/UI_comTeaPartyItem.cs

@@ -7,8 +7,8 @@ namespace UI.League
     public partial class UI_comTeaPartyItem
     {
         public GComponent target;
-        public GLoader m_iconRoleBg;
         public GLoader m_iconRole;
+        public GLoader m_iconRoleBg;
         public GTextField m_txtRoleName;
         public GTextField m_txtMaxValue;
         public GImage m_imgChoose;
@@ -62,8 +62,8 @@ namespace UI.League
 
         private void Init(GComponent comp)
         {
-            m_iconRoleBg = (GLoader)comp.GetChild("iconRoleBg");
             m_iconRole = (GLoader)comp.GetChild("iconRole");
+            m_iconRoleBg = (GLoader)comp.GetChild("iconRoleBg");
             m_txtRoleName = (GTextField)comp.GetChild("txtRoleName");
             m_txtMaxValue = (GTextField)comp.GetChild("txtMaxValue");
             m_imgChoose = (GImage)comp.GetChild("imgChoose");
@@ -73,8 +73,8 @@ namespace UI.League
         }
         public void Dispose(bool disposeTarget = false)
         {
-            m_iconRoleBg = null;
             m_iconRole = null;
+            m_iconRoleBg = null;
             m_txtRoleName = null;
             m_txtMaxValue = null;
             m_imgChoose = null;

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/League/UI_comTeaPartyOverItem.cs

@@ -7,8 +7,8 @@ namespace UI.League
     public partial class UI_comTeaPartyOverItem
     {
         public GComponent target;
-        public GLoader m_iconRoleBg;
         public GLoader m_iconRole;
+        public GLoader m_iconRoleBg;
         public GTextField m_txtRoleName;
         public GTextField m_txtGuildName;
         public const string URL = "ui://tw70qm9dic4otq5";
@@ -58,15 +58,15 @@ namespace UI.League
 
         private void Init(GComponent comp)
         {
-            m_iconRoleBg = (GLoader)comp.GetChild("iconRoleBg");
             m_iconRole = (GLoader)comp.GetChild("iconRole");
+            m_iconRoleBg = (GLoader)comp.GetChild("iconRoleBg");
             m_txtRoleName = (GTextField)comp.GetChild("txtRoleName");
             m_txtGuildName = (GTextField)comp.GetChild("txtGuildName");
         }
         public void Dispose(bool disposeTarget = false)
         {
-            m_iconRoleBg = null;
             m_iconRole = null;
+            m_iconRoleBg = null;
             m_txtRoleName = null;
             m_txtGuildName = null;
             if(disposeTarget && target != null)

BIN
GameClient/Assets/ResIn/UI/League/League_fui.bytes