123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- /** 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 GMovieClip m_effEnd;
- public GGraph m_holder_star;
- public GGraph m_holder_star_sky;
- public GGraph m_holder_bg;
- public GGraph m_holder_cloud;
- 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 UI_ComStar m_comStar1_0_4;
- public UI_ComStar m_comStar1_0_5;
- public UI_ComStar m_comStar1_0_6;
- public UI_ComStar m_comStar1_0_7;
- public UI_ComStar m_comStar1_0_8;
- public UI_ComStar m_comStar1_0_9;
- 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 UI_ComStar m_comStar1_1_4;
- public UI_ComStar m_comStar1_1_5;
- public UI_ComStar m_comStar1_1_6;
- public UI_ComStar m_comStar1_1_7;
- public UI_ComStar m_comStar1_1_8;
- public UI_ComStar m_comStar1_1_9;
- 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 UI_ComStar m_comStar1_2_4;
- public UI_ComStar m_comStar1_2_5;
- public UI_ComStar m_comStar1_2_6;
- public UI_ComStar m_comStar1_2_7;
- public UI_ComStar m_comStar1_2_8;
- public UI_ComStar m_comStar1_2_9;
- public GGroup m_grpComStar2;
- public GGroup m_star;
- public Transition m_t0;
- 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_effEnd = (GMovieClip)comp.GetChild("effEnd");
- m_holder_star = (GGraph)comp.GetChild("holder_star");
- m_holder_star_sky = (GGraph)comp.GetChild("holder_star_sky");
- m_holder_bg = (GGraph)comp.GetChild("holder_bg");
- m_holder_cloud = (GGraph)comp.GetChild("holder_cloud");
- 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_comStar1_0_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_4"));
- m_comStar1_0_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_5"));
- m_comStar1_0_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_6"));
- m_comStar1_0_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_7"));
- m_comStar1_0_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_8"));
- m_comStar1_0_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_9"));
- 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_comStar1_1_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_4"));
- m_comStar1_1_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_5"));
- m_comStar1_1_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_6"));
- m_comStar1_1_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_7"));
- m_comStar1_1_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_8"));
- m_comStar1_1_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_9"));
- 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_comStar1_2_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_4"));
- m_comStar1_2_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_5"));
- m_comStar1_2_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_6"));
- m_comStar1_2_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_7"));
- m_comStar1_2_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_8"));
- m_comStar1_2_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_9"));
- m_grpComStar2 = (GGroup)comp.GetChild("grpComStar2");
- m_star = (GGroup)comp.GetChild("star");
- m_t0 = comp.GetTransition("t0");
- }
- public void Dispose(bool disposeTarget = false)
- {
- m_ctrlBuyType = null;
- m_ctrlRewardsType = null;
- m_bg = null;
- m_effEnd = null;
- m_holder_star = null;
- m_holder_star_sky = null;
- m_holder_bg = null;
- m_holder_cloud = 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_comStar1_0_4.Dispose();
- m_comStar1_0_4 = null;
- m_comStar1_0_5.Dispose();
- m_comStar1_0_5 = null;
- m_comStar1_0_6.Dispose();
- m_comStar1_0_6 = null;
- m_comStar1_0_7.Dispose();
- m_comStar1_0_7 = null;
- m_comStar1_0_8.Dispose();
- m_comStar1_0_8 = null;
- m_comStar1_0_9.Dispose();
- m_comStar1_0_9 = 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_comStar1_1_4.Dispose();
- m_comStar1_1_4 = null;
- m_comStar1_1_5.Dispose();
- m_comStar1_1_5 = null;
- m_comStar1_1_6.Dispose();
- m_comStar1_1_6 = null;
- m_comStar1_1_7.Dispose();
- m_comStar1_1_7 = null;
- m_comStar1_1_8.Dispose();
- m_comStar1_1_8 = null;
- m_comStar1_1_9.Dispose();
- m_comStar1_1_9 = 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_comStar1_2_4.Dispose();
- m_comStar1_2_4 = null;
- m_comStar1_2_5.Dispose();
- m_comStar1_2_5 = null;
- m_comStar1_2_6.Dispose();
- m_comStar1_2_6 = null;
- m_comStar1_2_7.Dispose();
- m_comStar1_2_7 = null;
- m_comStar1_2_8.Dispose();
- m_comStar1_2_8 = null;
- m_comStar1_2_9.Dispose();
- m_comStar1_2_9 = null;
- m_grpComStar2 = null;
- m_star = null;
- m_t0 = null;
- if(disposeTarget && target != null)
- {
- target.RemoveFromParent();
- target.Dispose();
- }
- target = null;
- }
- }
- }
|