UI_ComFosterBottom.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. using FairyGUI;
  3. namespace UI.Card
  4. {
  5. public partial class UI_ComFosterBottom
  6. {
  7. public GComponent target;
  8. public Controller m_ctrlFullStar;
  9. public Controller m_ctrlFullLv;
  10. public Controller m_ctrlTab;
  11. public Controller m_ctrlSkillCount;
  12. public Controller m_c_from;
  13. public GGraph m_holderfBgEff;
  14. public GLoader m_loaRarity;
  15. public GTextField m_txtName0;
  16. public GTextField m_txtName1;
  17. public GTextField m_txtName2;
  18. public GTextField m_txtName3;
  19. public GTextField m_txtName4;
  20. public GProgressBar m_barLv;
  21. public GTextField m_txtCurLv;
  22. public GTextField m_txtMaxLv;
  23. public GList m_listLvConsume;
  24. public GButton m_btnAll;
  25. public GButton m_btnClearAll;
  26. public GButton m_btnUpLv;
  27. public GComponent m_ComLvConsumeGold;
  28. public GTextField m_txtCurExp;
  29. public GTextField m_txtMaxExp;
  30. public GGroup m_grpLv;
  31. public GButton m_btnUpStar;
  32. public GComponent m_comStarCousumeGold;
  33. public GTextField m_txtTips;
  34. public GList m_listStarConsume;
  35. public GButton m_btnRule;
  36. public GButton m_btnCheckAuto;
  37. public UI_ComStarItem m_comStarItem;
  38. public UI_ComDodgeStar m_dodgeStar0;
  39. public UI_ComDodgeStar m_dodgeStar1;
  40. public UI_ComDodgeStar m_dodgeStar2;
  41. public UI_ComDodgeStar m_dodgeStar3;
  42. public GList m_listShowCard;
  43. public GGroup m_grpStar;
  44. public GList m_listSkill;
  45. public GButton m_btnUpSkillLv;
  46. public GGroup m_grpSkill;
  47. public GButton m_btnLv;
  48. public GButton m_btnStar;
  49. public GButton m_btnSkill;
  50. public GGroup m_grpTab;
  51. public GGraph m_holderflower;
  52. public GGraph m_holderbarLv;
  53. public GGraph m_holderTouchFlower;
  54. public GGraph m_holderUpStar;
  55. public GList m_listProperty;
  56. public GButton m_btnSkill_2;
  57. public Transition m_starItemAlpha;
  58. public Transition m_openViewShow;
  59. public const string URL = "ui://7l6lvkayj4c69d";
  60. public const string PACKAGE_NAME = "Card";
  61. public const string RES_NAME = "ComFosterBottom";
  62. private static UI_ComFosterBottom _proxy;
  63. public static UI_ComFosterBottom Create(GObject gObject = null)
  64. {
  65. var ui = new UI_ComFosterBottom();
  66. if(gObject == null)
  67. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  68. else
  69. ui.target = (GComponent)gObject;
  70. ui.Init(ui.target);
  71. return ui;
  72. }
  73. public static UI_ComFosterBottom Proxy(GObject gObject = null)
  74. {
  75. if(_proxy == null)
  76. {
  77. _proxy = new UI_ComFosterBottom();
  78. }
  79. var ui = _proxy;
  80. if(gObject == null)
  81. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  82. else
  83. ui.target = (GComponent)gObject;
  84. ui.Init(ui.target);
  85. return ui;
  86. }
  87. public static void ProxyEnd()
  88. {
  89. if (_proxy != null)
  90. {
  91. _proxy.Dispose();
  92. }
  93. }
  94. public static void ClearProxy()
  95. {
  96. ProxyEnd();
  97. _proxy = null;
  98. }
  99. private void Init(GComponent comp)
  100. {
  101. m_ctrlFullStar = comp.GetController("ctrlFullStar");
  102. m_ctrlFullLv = comp.GetController("ctrlFullLv");
  103. m_ctrlTab = comp.GetController("ctrlTab");
  104. m_ctrlSkillCount = comp.GetController("ctrlSkillCount");
  105. m_c_from = comp.GetController("c_from");
  106. m_holderfBgEff = (GGraph)comp.GetChild("holderfBgEff");
  107. m_loaRarity = (GLoader)comp.GetChild("loaRarity");
  108. m_txtName0 = (GTextField)comp.GetChild("txtName0");
  109. m_txtName1 = (GTextField)comp.GetChild("txtName1");
  110. m_txtName2 = (GTextField)comp.GetChild("txtName2");
  111. m_txtName3 = (GTextField)comp.GetChild("txtName3");
  112. m_txtName4 = (GTextField)comp.GetChild("txtName4");
  113. m_barLv = (GProgressBar)comp.GetChild("barLv");
  114. m_txtCurLv = (GTextField)comp.GetChild("txtCurLv");
  115. m_txtMaxLv = (GTextField)comp.GetChild("txtMaxLv");
  116. m_listLvConsume = (GList)comp.GetChild("listLvConsume");
  117. m_btnAll = (GButton)comp.GetChild("btnAll");
  118. m_btnClearAll = (GButton)comp.GetChild("btnClearAll");
  119. m_btnUpLv = (GButton)comp.GetChild("btnUpLv");
  120. m_ComLvConsumeGold = (GComponent)comp.GetChild("ComLvConsumeGold");
  121. m_txtCurExp = (GTextField)comp.GetChild("txtCurExp");
  122. m_txtMaxExp = (GTextField)comp.GetChild("txtMaxExp");
  123. m_grpLv = (GGroup)comp.GetChild("grpLv");
  124. m_btnUpStar = (GButton)comp.GetChild("btnUpStar");
  125. m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold");
  126. m_txtTips = (GTextField)comp.GetChild("txtTips");
  127. m_listStarConsume = (GList)comp.GetChild("listStarConsume");
  128. m_btnRule = (GButton)comp.GetChild("btnRule");
  129. m_btnCheckAuto = (GButton)comp.GetChild("btnCheckAuto");
  130. m_comStarItem = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem"));
  131. m_dodgeStar0 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar0"));
  132. m_dodgeStar1 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar1"));
  133. m_dodgeStar2 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar2"));
  134. m_dodgeStar3 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar3"));
  135. m_listShowCard = (GList)comp.GetChild("listShowCard");
  136. m_grpStar = (GGroup)comp.GetChild("grpStar");
  137. m_listSkill = (GList)comp.GetChild("listSkill");
  138. m_btnUpSkillLv = (GButton)comp.GetChild("btnUpSkillLv");
  139. m_grpSkill = (GGroup)comp.GetChild("grpSkill");
  140. m_btnLv = (GButton)comp.GetChild("btnLv");
  141. m_btnStar = (GButton)comp.GetChild("btnStar");
  142. m_btnSkill = (GButton)comp.GetChild("btnSkill");
  143. m_grpTab = (GGroup)comp.GetChild("grpTab");
  144. m_holderflower = (GGraph)comp.GetChild("holderflower");
  145. m_holderbarLv = (GGraph)comp.GetChild("holderbarLv");
  146. m_holderTouchFlower = (GGraph)comp.GetChild("holderTouchFlower");
  147. m_holderUpStar = (GGraph)comp.GetChild("holderUpStar");
  148. m_listProperty = (GList)comp.GetChild("listProperty");
  149. m_btnSkill_2 = (GButton)comp.GetChild("btnSkill");
  150. m_starItemAlpha = comp.GetTransition("starItemAlpha");
  151. m_openViewShow = comp.GetTransition("openViewShow");
  152. }
  153. public void Dispose(bool disposeTarget = false)
  154. {
  155. m_ctrlFullStar = null;
  156. m_ctrlFullLv = null;
  157. m_ctrlTab = null;
  158. m_ctrlSkillCount = null;
  159. m_c_from = null;
  160. m_holderfBgEff = null;
  161. m_loaRarity = null;
  162. m_txtName0 = null;
  163. m_txtName1 = null;
  164. m_txtName2 = null;
  165. m_txtName3 = null;
  166. m_txtName4 = null;
  167. m_barLv = null;
  168. m_txtCurLv = null;
  169. m_txtMaxLv = null;
  170. m_listLvConsume = null;
  171. m_btnAll = null;
  172. m_btnClearAll = null;
  173. m_btnUpLv = null;
  174. m_ComLvConsumeGold = null;
  175. m_txtCurExp = null;
  176. m_txtMaxExp = null;
  177. m_grpLv = null;
  178. m_btnUpStar = null;
  179. m_comStarCousumeGold = null;
  180. m_txtTips = null;
  181. m_listStarConsume = null;
  182. m_btnRule = null;
  183. m_btnCheckAuto = null;
  184. m_comStarItem.Dispose();
  185. m_comStarItem = null;
  186. m_dodgeStar0.Dispose();
  187. m_dodgeStar0 = null;
  188. m_dodgeStar1.Dispose();
  189. m_dodgeStar1 = null;
  190. m_dodgeStar2.Dispose();
  191. m_dodgeStar2 = null;
  192. m_dodgeStar3.Dispose();
  193. m_dodgeStar3 = null;
  194. m_listShowCard = null;
  195. m_grpStar = null;
  196. m_listSkill = null;
  197. m_btnUpSkillLv = null;
  198. m_grpSkill = null;
  199. m_btnLv = null;
  200. m_btnStar = null;
  201. m_btnSkill = null;
  202. m_grpTab = null;
  203. m_holderflower = null;
  204. m_holderbarLv = null;
  205. m_holderTouchFlower = null;
  206. m_holderUpStar = null;
  207. m_listProperty = null;
  208. m_btnSkill_2 = null;
  209. m_starItemAlpha = null;
  210. m_openViewShow = null;
  211. if(disposeTarget && target != null)
  212. {
  213. target.RemoveFromParent();
  214. target.Dispose();
  215. }
  216. target = null;
  217. }
  218. }
  219. }