UI_LuckyBoxStarUI.cs 9.1 KB

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