UI_LuckyBoxStarUI.cs 10 KB

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