123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- using FairyGUI;
- namespace UI.LuckyBox
- {
- public partial class UI_LuckyBoxStarUI
- {
- public GComponent target;
- public Controller m_ctrlBuyType;
- public Controller m_ctrlRewardsType;
- public GLoader m_bg;
- public GButton m_btnBack;
- public UI_ComStar m_comStar0_0_0;
- public UI_ComStar m_comStar0_1_0;
- public UI_ComStar m_comStar0_2_0;
- public UI_ComStar m_comStar1_0_0;
- public UI_ComStar m_comStar1_0_1;
- public UI_ComStar m_comStar1_0_2;
- public UI_ComStar m_comStar1_0_3;
- public GGroup m_grpComStar0;
- public UI_ComStar m_comStar1_1_0;
- public UI_ComStar m_comStar1_1_1;
- public UI_ComStar m_comStar1_1_2;
- public UI_ComStar m_comStar1_1_3;
- public GGroup m_grpComStar1;
- public UI_ComStar m_comStar1_2_0;
- public UI_ComStar m_comStar1_2_1;
- public UI_ComStar m_comStar1_2_2;
- public UI_ComStar m_comStar1_2_3;
- public GGroup m_grpComStar2;
- public const string URL = "ui://drx9d1usl5nzm";
- public const string PACKAGE_NAME = "LuckyBox";
- public const string RES_NAME = "LuckyBoxStarUI";
- private static UI_LuckyBoxStarUI _proxy;
- public static UI_LuckyBoxStarUI Create(GObject gObject = null)
- {
- var ui = new UI_LuckyBoxStarUI();
- 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_LuckyBoxStarUI Proxy(GObject gObject = null)
- {
- if(_proxy == null)
- {
- _proxy = new UI_LuckyBoxStarUI();
- }
- 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_ctrlBuyType = comp.GetController("ctrlBuyType");
- m_ctrlRewardsType = comp.GetController("ctrlRewardsType");
- m_bg = (GLoader)comp.GetChild("bg");
- m_btnBack = (GButton)comp.GetChild("btnBack");
- m_comStar0_0_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_0_0"));
- m_comStar0_1_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_1_0"));
- m_comStar0_2_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_2_0"));
- m_comStar1_0_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_0"));
- m_comStar1_0_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_1"));
- m_comStar1_0_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_2"));
- m_comStar1_0_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_3"));
- m_grpComStar0 = (GGroup)comp.GetChild("grpComStar0");
- m_comStar1_1_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_0"));
- m_comStar1_1_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_1"));
- m_comStar1_1_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_2"));
- m_comStar1_1_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_3"));
- m_grpComStar1 = (GGroup)comp.GetChild("grpComStar1");
- m_comStar1_2_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_0"));
- m_comStar1_2_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_1"));
- m_comStar1_2_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_2"));
- m_comStar1_2_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_3"));
- m_grpComStar2 = (GGroup)comp.GetChild("grpComStar2");
- }
- public void Dispose(bool disposeTarget = false)
- {
- m_ctrlBuyType = null;
- m_ctrlRewardsType = null;
- m_bg = null;
- m_btnBack = null;
- m_comStar0_0_0.Dispose();
- m_comStar0_0_0 = null;
- m_comStar0_1_0.Dispose();
- m_comStar0_1_0 = null;
- m_comStar0_2_0.Dispose();
- m_comStar0_2_0 = null;
- m_comStar1_0_0.Dispose();
- m_comStar1_0_0 = null;
- m_comStar1_0_1.Dispose();
- m_comStar1_0_1 = null;
- m_comStar1_0_2.Dispose();
- m_comStar1_0_2 = null;
- m_comStar1_0_3.Dispose();
- m_comStar1_0_3 = null;
- m_grpComStar0 = null;
- m_comStar1_1_0.Dispose();
- m_comStar1_1_0 = null;
- m_comStar1_1_1.Dispose();
- m_comStar1_1_1 = null;
- m_comStar1_1_2.Dispose();
- m_comStar1_1_2 = null;
- m_comStar1_1_3.Dispose();
- m_comStar1_1_3 = null;
- m_grpComStar1 = null;
- m_comStar1_2_0.Dispose();
- m_comStar1_2_0 = null;
- m_comStar1_2_1.Dispose();
- m_comStar1_2_1 = null;
- m_comStar1_2_2.Dispose();
- m_comStar1_2_2 = null;
- m_comStar1_2_3.Dispose();
- m_comStar1_2_3 = null;
- m_grpComStar2 = null;
- if(disposeTarget && target != null)
- {
- target.RemoveFromParent();
- target.Dispose();
- }
- target = null;
- }
- }
- }
|