123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- using FairyGUI;
- namespace UI.Card
- {
- public partial class UI_ComFosterBottom
- {
- public GComponent target;
- public Controller m_ctrlFullStar;
- public Controller m_ctrlFullLv;
- public Controller m_ctrlTab;
- public Controller m_ctrlSkillCount;
- public Controller m_c_from;
- public GGraph m_holderfBgEff;
- public GLoader m_loaRarity;
- public GTextField m_txtName0;
- public GTextField m_txtName1;
- public GTextField m_txtName2;
- public GTextField m_txtName3;
- public GTextField m_txtName4;
- public GProgressBar m_barLv;
- public GTextField m_txtCurLv;
- public GTextField m_txtMaxLv;
- public GList m_listLvConsume;
- public GButton m_btnAll;
- public GButton m_btnClearAll;
- public GButton m_btnUpLv;
- public GComponent m_ComLvConsumeGold;
- public GTextField m_txtCurExp;
- public GTextField m_txtMaxExp;
- public GGroup m_grpLv;
- public GButton m_btnUpStar;
- public GComponent m_comStarCousumeGold;
- public GTextField m_txtTips;
- public GList m_listStarConsume;
- public GButton m_btnRule;
- public GButton m_btnCheckAuto;
- public UI_ComStarItem m_comStarItem;
- public UI_ComDodgeStar m_dodgeStar0;
- public UI_ComDodgeStar m_dodgeStar1;
- public UI_ComDodgeStar m_dodgeStar2;
- public UI_ComDodgeStar m_dodgeStar3;
- public GList m_listShowCard;
- public GGroup m_grpStar;
- public GList m_listSkill;
- public GButton m_btnUpSkillLv;
- public GGroup m_grpSkill;
- public GButton m_btnLv;
- public GButton m_btnStar;
- public GButton m_btnSkill;
- public GGroup m_grpTab;
- public GGraph m_holderflower;
- public GGraph m_holderbarLv;
- public GGraph m_holderTouchFlower;
- public GGraph m_holderUpStar;
- public GList m_listProperty;
- public GButton m_btnSkill_2;
- public Transition m_starItemAlpha;
- public Transition m_openViewShow;
- public const string URL = "ui://7l6lvkayj4c69d";
- public const string PACKAGE_NAME = "Card";
- public const string RES_NAME = "ComFosterBottom";
- private static UI_ComFosterBottom _proxy;
- public static UI_ComFosterBottom Create(GObject gObject = null)
- {
- var ui = new UI_ComFosterBottom();
- if(gObject == null)
- ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
- else
- ui.target = (GComponent)gObject;
- ui.Init(ui.target);
- return ui;
- }
- public static UI_ComFosterBottom Proxy(GObject gObject = null)
- {
- if(_proxy == null)
- {
- _proxy = new UI_ComFosterBottom();
- }
- var ui = _proxy;
- if(gObject == null)
- ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
- else
- ui.target = (GComponent)gObject;
- ui.Init(ui.target);
- return ui;
- }
- public static void ProxyEnd()
- {
- if (_proxy != null)
- {
- _proxy.Dispose();
- }
- }
- public static void ClearProxy()
- {
- ProxyEnd();
- _proxy = null;
- }
- private void Init(GComponent comp)
- {
- m_ctrlFullStar = comp.GetController("ctrlFullStar");
- m_ctrlFullLv = comp.GetController("ctrlFullLv");
- m_ctrlTab = comp.GetController("ctrlTab");
- m_ctrlSkillCount = comp.GetController("ctrlSkillCount");
- m_c_from = comp.GetController("c_from");
- m_holderfBgEff = (GGraph)comp.GetChild("holderfBgEff");
- m_loaRarity = (GLoader)comp.GetChild("loaRarity");
- m_txtName0 = (GTextField)comp.GetChild("txtName0");
- m_txtName1 = (GTextField)comp.GetChild("txtName1");
- m_txtName2 = (GTextField)comp.GetChild("txtName2");
- m_txtName3 = (GTextField)comp.GetChild("txtName3");
- m_txtName4 = (GTextField)comp.GetChild("txtName4");
- m_barLv = (GProgressBar)comp.GetChild("barLv");
- m_txtCurLv = (GTextField)comp.GetChild("txtCurLv");
- m_txtMaxLv = (GTextField)comp.GetChild("txtMaxLv");
- m_listLvConsume = (GList)comp.GetChild("listLvConsume");
- m_btnAll = (GButton)comp.GetChild("btnAll");
- m_btnClearAll = (GButton)comp.GetChild("btnClearAll");
- m_btnUpLv = (GButton)comp.GetChild("btnUpLv");
- m_ComLvConsumeGold = (GComponent)comp.GetChild("ComLvConsumeGold");
- m_txtCurExp = (GTextField)comp.GetChild("txtCurExp");
- m_txtMaxExp = (GTextField)comp.GetChild("txtMaxExp");
- m_grpLv = (GGroup)comp.GetChild("grpLv");
- m_btnUpStar = (GButton)comp.GetChild("btnUpStar");
- m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold");
- m_txtTips = (GTextField)comp.GetChild("txtTips");
- m_listStarConsume = (GList)comp.GetChild("listStarConsume");
- m_btnRule = (GButton)comp.GetChild("btnRule");
- m_btnCheckAuto = (GButton)comp.GetChild("btnCheckAuto");
- m_comStarItem = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem"));
- m_dodgeStar0 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar0"));
- m_dodgeStar1 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar1"));
- m_dodgeStar2 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar2"));
- m_dodgeStar3 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar3"));
- m_listShowCard = (GList)comp.GetChild("listShowCard");
- m_grpStar = (GGroup)comp.GetChild("grpStar");
- m_listSkill = (GList)comp.GetChild("listSkill");
- m_btnUpSkillLv = (GButton)comp.GetChild("btnUpSkillLv");
- m_grpSkill = (GGroup)comp.GetChild("grpSkill");
- m_btnLv = (GButton)comp.GetChild("btnLv");
- m_btnStar = (GButton)comp.GetChild("btnStar");
- m_btnSkill = (GButton)comp.GetChild("btnSkill");
- m_grpTab = (GGroup)comp.GetChild("grpTab");
- m_holderflower = (GGraph)comp.GetChild("holderflower");
- m_holderbarLv = (GGraph)comp.GetChild("holderbarLv");
- m_holderTouchFlower = (GGraph)comp.GetChild("holderTouchFlower");
- m_holderUpStar = (GGraph)comp.GetChild("holderUpStar");
- m_listProperty = (GList)comp.GetChild("listProperty");
- m_btnSkill_2 = (GButton)comp.GetChild("btnSkill");
- m_starItemAlpha = comp.GetTransition("starItemAlpha");
- m_openViewShow = comp.GetTransition("openViewShow");
- }
- public void Dispose(bool disposeTarget = false)
- {
- m_ctrlFullStar = null;
- m_ctrlFullLv = null;
- m_ctrlTab = null;
- m_ctrlSkillCount = null;
- m_c_from = null;
- m_holderfBgEff = null;
- m_loaRarity = null;
- m_txtName0 = null;
- m_txtName1 = null;
- m_txtName2 = null;
- m_txtName3 = null;
- m_txtName4 = null;
- m_barLv = null;
- m_txtCurLv = null;
- m_txtMaxLv = null;
- m_listLvConsume = null;
- m_btnAll = null;
- m_btnClearAll = null;
- m_btnUpLv = null;
- m_ComLvConsumeGold = null;
- m_txtCurExp = null;
- m_txtMaxExp = null;
- m_grpLv = null;
- m_btnUpStar = null;
- m_comStarCousumeGold = null;
- m_txtTips = null;
- m_listStarConsume = null;
- m_btnRule = null;
- m_btnCheckAuto = null;
- m_comStarItem.Dispose();
- m_comStarItem = null;
- m_dodgeStar0.Dispose();
- m_dodgeStar0 = null;
- m_dodgeStar1.Dispose();
- m_dodgeStar1 = null;
- m_dodgeStar2.Dispose();
- m_dodgeStar2 = null;
- m_dodgeStar3.Dispose();
- m_dodgeStar3 = null;
- m_listShowCard = null;
- m_grpStar = null;
- m_listSkill = null;
- m_btnUpSkillLv = null;
- m_grpSkill = null;
- m_btnLv = null;
- m_btnStar = null;
- m_btnSkill = null;
- m_grpTab = null;
- m_holderflower = null;
- m_holderbarLv = null;
- m_holderTouchFlower = null;
- m_holderUpStar = null;
- m_listProperty = null;
- m_btnSkill_2 = null;
- m_starItemAlpha = null;
- m_openViewShow = null;
- if(disposeTarget && target != null)
- {
- target.RemoveFromParent();
- target.Dispose();
- }
- target = null;
- }
- }
- }
|