UI_ComFosterBottom.cs 8.7 KB

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