|
@@ -0,0 +1,111 @@
|
|
|
+/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
+
|
|
|
+using FairyGUI;
|
|
|
+
|
|
|
+namespace UI.League
|
|
|
+{
|
|
|
+ public partial class UI_LeagueTeaPartyUI
|
|
|
+ {
|
|
|
+ public GComponent target;
|
|
|
+ public GLoader m_loaBg;
|
|
|
+ public GButton m_btnBack;
|
|
|
+ public GButton m_btnChallenge;
|
|
|
+ public GButton m_btnChat;
|
|
|
+ public GTextField m_txtTeaName;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem1;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem2;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem3;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem4;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem5;
|
|
|
+ public UI_comTeaPartyItem m_teaPartyItem6;
|
|
|
+ public UI_TeaPartyItemTips m_teaPartyItemTips;
|
|
|
+ public const string URL = "ui://tw70qm9dchwotpk";
|
|
|
+ public const string PACKAGE_NAME = "League";
|
|
|
+ public const string RES_NAME = "LeagueTeaPartyUI";
|
|
|
+ private static UI_LeagueTeaPartyUI _proxy;
|
|
|
+
|
|
|
+ public static UI_LeagueTeaPartyUI Create(GObject gObject = null)
|
|
|
+ {
|
|
|
+ var ui = new UI_LeagueTeaPartyUI();
|
|
|
+ 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_LeagueTeaPartyUI Proxy(GObject gObject = null)
|
|
|
+ {
|
|
|
+ if(_proxy == null)
|
|
|
+ {
|
|
|
+ _proxy = new UI_LeagueTeaPartyUI();
|
|
|
+ }
|
|
|
+ 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_loaBg = (GLoader)comp.GetChild("loaBg");
|
|
|
+ m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
|
+ m_btnChallenge = (GButton)comp.GetChild("btnChallenge");
|
|
|
+ m_btnChat = (GButton)comp.GetChild("btnChat");
|
|
|
+ m_txtTeaName = (GTextField)comp.GetChild("txtTeaName");
|
|
|
+ m_teaPartyItem1 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem1"));
|
|
|
+ m_teaPartyItem2 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem2"));
|
|
|
+ m_teaPartyItem3 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem3"));
|
|
|
+ m_teaPartyItem4 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem4"));
|
|
|
+ m_teaPartyItem5 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem5"));
|
|
|
+ m_teaPartyItem6 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem6"));
|
|
|
+ m_teaPartyItemTips = (UI_TeaPartyItemTips)UI_TeaPartyItemTips.Create(comp.GetChild("teaPartyItemTips"));
|
|
|
+ }
|
|
|
+ public void Dispose(bool disposeTarget = false)
|
|
|
+ {
|
|
|
+ m_loaBg = null;
|
|
|
+ m_btnBack = null;
|
|
|
+ m_btnChallenge = null;
|
|
|
+ m_btnChat = null;
|
|
|
+ m_txtTeaName = null;
|
|
|
+ m_teaPartyItem1.Dispose();
|
|
|
+ m_teaPartyItem1 = null;
|
|
|
+ m_teaPartyItem2.Dispose();
|
|
|
+ m_teaPartyItem2 = null;
|
|
|
+ m_teaPartyItem3.Dispose();
|
|
|
+ m_teaPartyItem3 = null;
|
|
|
+ m_teaPartyItem4.Dispose();
|
|
|
+ m_teaPartyItem4 = null;
|
|
|
+ m_teaPartyItem5.Dispose();
|
|
|
+ m_teaPartyItem5 = null;
|
|
|
+ m_teaPartyItem6.Dispose();
|
|
|
+ m_teaPartyItem6 = null;
|
|
|
+ m_teaPartyItemTips.Dispose();
|
|
|
+ m_teaPartyItemTips = null;
|
|
|
+ if(disposeTarget && target != null)
|
|
|
+ {
|
|
|
+ target.RemoveFromParent();
|
|
|
+ target.Dispose();
|
|
|
+ }
|
|
|
+ target = null;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|