UI_LuckyBoxStarUI.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. using FairyGUI;
  3. namespace UI.LuckyBox
  4. {
  5. public partial class UI_LuckyBoxStarUI
  6. {
  7. public GComponent target;
  8. public Controller m_ctrlBuyType;
  9. public Controller m_ctrlRewardsType;
  10. public GLoader m_loaBg;
  11. public GMovieClip m_effEnd;
  12. public GGraph m_holder_star;
  13. public GGraph m_holder_star_sky;
  14. public GGraph m_holder_bg;
  15. public GGraph m_holder_cloud;
  16. public GButton m_btnBack;
  17. public UI_ComStar m_comStar0_0_0;
  18. public UI_ComStar m_comStar0_1_0;
  19. public UI_ComStar m_comStar0_2_0;
  20. public UI_ComStar m_comStar1_0_0;
  21. public UI_ComStar m_comStar1_0_1;
  22. public UI_ComStar m_comStar1_0_2;
  23. public UI_ComStar m_comStar1_0_3;
  24. public UI_ComStar m_comStar1_0_4;
  25. public UI_ComStar m_comStar1_0_5;
  26. public UI_ComStar m_comStar1_0_6;
  27. public UI_ComStar m_comStar1_0_7;
  28. public UI_ComStar m_comStar1_0_8;
  29. public UI_ComStar m_comStar1_0_9;
  30. public GGroup m_grpComStar0;
  31. public UI_ComStar m_comStar1_1_0;
  32. public UI_ComStar m_comStar1_1_1;
  33. public UI_ComStar m_comStar1_1_2;
  34. public UI_ComStar m_comStar1_1_3;
  35. public UI_ComStar m_comStar1_1_4;
  36. public UI_ComStar m_comStar1_1_5;
  37. public UI_ComStar m_comStar1_1_6;
  38. public UI_ComStar m_comStar1_1_7;
  39. public UI_ComStar m_comStar1_1_8;
  40. public UI_ComStar m_comStar1_1_9;
  41. public GGroup m_grpComStar1;
  42. public UI_ComStar m_comStar1_2_0;
  43. public UI_ComStar m_comStar1_2_1;
  44. public UI_ComStar m_comStar1_2_2;
  45. public UI_ComStar m_comStar1_2_3;
  46. public UI_ComStar m_comStar1_2_4;
  47. public UI_ComStar m_comStar1_2_5;
  48. public UI_ComStar m_comStar1_2_6;
  49. public UI_ComStar m_comStar1_2_7;
  50. public UI_ComStar m_comStar1_2_8;
  51. public UI_ComStar m_comStar1_2_9;
  52. public GGroup m_grpComStar2;
  53. public GGroup m_star;
  54. public Transition m_t0;
  55. public const string URL = "ui://drx9d1usl5nzm";
  56. public const string PACKAGE_NAME = "LuckyBox";
  57. public const string RES_NAME = "LuckyBoxStarUI";
  58. private static UI_LuckyBoxStarUI _proxy;
  59. public static UI_LuckyBoxStarUI Create(GObject gObject = null)
  60. {
  61. var ui = new UI_LuckyBoxStarUI();
  62. if(gObject == null)
  63. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  64. else
  65. ui.target = (GComponent)gObject;
  66. ui.Init(ui.target);
  67. return ui;
  68. }
  69. public static UI_LuckyBoxStarUI Proxy(GObject gObject = null)
  70. {
  71. if(_proxy == null)
  72. {
  73. _proxy = new UI_LuckyBoxStarUI();
  74. }
  75. var ui = _proxy;
  76. if(gObject == null)
  77. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  78. else
  79. ui.target = (GComponent)gObject;
  80. ui.Init(ui.target);
  81. return ui;
  82. }
  83. public static void ProxyEnd()
  84. {
  85. if (_proxy != null)
  86. {
  87. _proxy.Dispose();
  88. }
  89. }
  90. public static void ClearProxy()
  91. {
  92. ProxyEnd();
  93. _proxy = null;
  94. }
  95. private void Init(GComponent comp)
  96. {
  97. m_ctrlBuyType = comp.GetController("ctrlBuyType");
  98. m_ctrlRewardsType = comp.GetController("ctrlRewardsType");
  99. m_loaBg = (GLoader)comp.GetChild("loaBg");
  100. m_effEnd = (GMovieClip)comp.GetChild("effEnd");
  101. m_holder_star = (GGraph)comp.GetChild("holder_star");
  102. m_holder_star_sky = (GGraph)comp.GetChild("holder_star_sky");
  103. m_holder_bg = (GGraph)comp.GetChild("holder_bg");
  104. m_holder_cloud = (GGraph)comp.GetChild("holder_cloud");
  105. m_btnBack = (GButton)comp.GetChild("btnBack");
  106. m_comStar0_0_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_0_0"));
  107. m_comStar0_1_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_1_0"));
  108. m_comStar0_2_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar0_2_0"));
  109. m_comStar1_0_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_0"));
  110. m_comStar1_0_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_1"));
  111. m_comStar1_0_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_2"));
  112. m_comStar1_0_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_3"));
  113. m_comStar1_0_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_4"));
  114. m_comStar1_0_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_5"));
  115. m_comStar1_0_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_6"));
  116. m_comStar1_0_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_7"));
  117. m_comStar1_0_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_8"));
  118. m_comStar1_0_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_0_9"));
  119. m_grpComStar0 = (GGroup)comp.GetChild("grpComStar0");
  120. m_comStar1_1_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_0"));
  121. m_comStar1_1_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_1"));
  122. m_comStar1_1_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_2"));
  123. m_comStar1_1_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_3"));
  124. m_comStar1_1_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_4"));
  125. m_comStar1_1_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_5"));
  126. m_comStar1_1_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_6"));
  127. m_comStar1_1_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_7"));
  128. m_comStar1_1_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_8"));
  129. m_comStar1_1_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_1_9"));
  130. m_grpComStar1 = (GGroup)comp.GetChild("grpComStar1");
  131. m_comStar1_2_0 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_0"));
  132. m_comStar1_2_1 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_1"));
  133. m_comStar1_2_2 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_2"));
  134. m_comStar1_2_3 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_3"));
  135. m_comStar1_2_4 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_4"));
  136. m_comStar1_2_5 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_5"));
  137. m_comStar1_2_6 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_6"));
  138. m_comStar1_2_7 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_7"));
  139. m_comStar1_2_8 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_8"));
  140. m_comStar1_2_9 = (UI_ComStar)UI_ComStar.Create(comp.GetChild("comStar1_2_9"));
  141. m_grpComStar2 = (GGroup)comp.GetChild("grpComStar2");
  142. m_star = (GGroup)comp.GetChild("star");
  143. m_t0 = comp.GetTransition("t0");
  144. }
  145. public void Dispose(bool disposeTarget = false)
  146. {
  147. m_ctrlBuyType = null;
  148. m_ctrlRewardsType = null;
  149. m_loaBg = null;
  150. m_effEnd = null;
  151. m_holder_star = null;
  152. m_holder_star_sky = null;
  153. m_holder_bg = null;
  154. m_holder_cloud = null;
  155. m_btnBack = null;
  156. m_comStar0_0_0.Dispose();
  157. m_comStar0_0_0 = null;
  158. m_comStar0_1_0.Dispose();
  159. m_comStar0_1_0 = null;
  160. m_comStar0_2_0.Dispose();
  161. m_comStar0_2_0 = null;
  162. m_comStar1_0_0.Dispose();
  163. m_comStar1_0_0 = null;
  164. m_comStar1_0_1.Dispose();
  165. m_comStar1_0_1 = null;
  166. m_comStar1_0_2.Dispose();
  167. m_comStar1_0_2 = null;
  168. m_comStar1_0_3.Dispose();
  169. m_comStar1_0_3 = null;
  170. m_comStar1_0_4.Dispose();
  171. m_comStar1_0_4 = null;
  172. m_comStar1_0_5.Dispose();
  173. m_comStar1_0_5 = null;
  174. m_comStar1_0_6.Dispose();
  175. m_comStar1_0_6 = null;
  176. m_comStar1_0_7.Dispose();
  177. m_comStar1_0_7 = null;
  178. m_comStar1_0_8.Dispose();
  179. m_comStar1_0_8 = null;
  180. m_comStar1_0_9.Dispose();
  181. m_comStar1_0_9 = null;
  182. m_grpComStar0 = null;
  183. m_comStar1_1_0.Dispose();
  184. m_comStar1_1_0 = null;
  185. m_comStar1_1_1.Dispose();
  186. m_comStar1_1_1 = null;
  187. m_comStar1_1_2.Dispose();
  188. m_comStar1_1_2 = null;
  189. m_comStar1_1_3.Dispose();
  190. m_comStar1_1_3 = null;
  191. m_comStar1_1_4.Dispose();
  192. m_comStar1_1_4 = null;
  193. m_comStar1_1_5.Dispose();
  194. m_comStar1_1_5 = null;
  195. m_comStar1_1_6.Dispose();
  196. m_comStar1_1_6 = null;
  197. m_comStar1_1_7.Dispose();
  198. m_comStar1_1_7 = null;
  199. m_comStar1_1_8.Dispose();
  200. m_comStar1_1_8 = null;
  201. m_comStar1_1_9.Dispose();
  202. m_comStar1_1_9 = null;
  203. m_grpComStar1 = null;
  204. m_comStar1_2_0.Dispose();
  205. m_comStar1_2_0 = null;
  206. m_comStar1_2_1.Dispose();
  207. m_comStar1_2_1 = null;
  208. m_comStar1_2_2.Dispose();
  209. m_comStar1_2_2 = null;
  210. m_comStar1_2_3.Dispose();
  211. m_comStar1_2_3 = null;
  212. m_comStar1_2_4.Dispose();
  213. m_comStar1_2_4 = null;
  214. m_comStar1_2_5.Dispose();
  215. m_comStar1_2_5 = null;
  216. m_comStar1_2_6.Dispose();
  217. m_comStar1_2_6 = null;
  218. m_comStar1_2_7.Dispose();
  219. m_comStar1_2_7 = null;
  220. m_comStar1_2_8.Dispose();
  221. m_comStar1_2_8 = null;
  222. m_comStar1_2_9.Dispose();
  223. m_comStar1_2_9 = null;
  224. m_grpComStar2 = null;
  225. m_star = null;
  226. m_t0 = null;
  227. if(disposeTarget && target != null)
  228. {
  229. target.RemoveFromParent();
  230. target.Dispose();
  231. }
  232. target = null;
  233. }
  234. }
  235. }