/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace UI.League { public partial class UI_LeagueTeaPartyRewardUI { public GComponent target; public GImage m_bg; public GGraph m_holderLeftTop; public GGraph m_holderRightDowm; public GProgressBar m_barPerson; public GProgressBar m_barGroups; public GLoader m_EndIndex; public GLoader m_StartIndex; public GLoader m_EndLeagueIndex; public GLoader m_StartLeagueIndex; public GTextField m_txtRoleScore; public GTextField m_txtLevel; public GTextField m_txtLeagueScore; public GTextField m_txtLevel_2; public const string URL = "ui://tw70qm9dic4otpz"; public const string PACKAGE_NAME = "League"; public const string RES_NAME = "LeagueTeaPartyRewardUI"; private static UI_LeagueTeaPartyRewardUI _proxy; public static UI_LeagueTeaPartyRewardUI Create(GObject gObject = null) { var ui = new UI_LeagueTeaPartyRewardUI(); 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_LeagueTeaPartyRewardUI Proxy(GObject gObject = null) { if(_proxy == null) { _proxy = new UI_LeagueTeaPartyRewardUI(); } 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_bg = (GImage)comp.GetChild("bg"); m_holderLeftTop = (GGraph)comp.GetChild("holderLeftTop"); m_holderRightDowm = (GGraph)comp.GetChild("holderRightDowm"); m_barPerson = (GProgressBar)comp.GetChild("barPerson"); m_barGroups = (GProgressBar)comp.GetChild("barGroups"); m_EndIndex = (GLoader)comp.GetChild("EndIndex"); m_StartIndex = (GLoader)comp.GetChild("StartIndex"); m_EndLeagueIndex = (GLoader)comp.GetChild("EndLeagueIndex"); m_StartLeagueIndex = (GLoader)comp.GetChild("StartLeagueIndex"); m_txtRoleScore = (GTextField)comp.GetChild("txtRoleScore"); m_txtLevel = (GTextField)comp.GetChild("txtLevel"); m_txtLeagueScore = (GTextField)comp.GetChild("txtLeagueScore"); m_txtLevel_2 = (GTextField)comp.GetChild("txtLevel"); } public void Dispose(bool disposeTarget = false) { m_bg = null; m_holderLeftTop = null; m_holderRightDowm = null; m_barPerson = null; m_barGroups = null; m_EndIndex = null; m_StartIndex = null; m_EndLeagueIndex = null; m_StartLeagueIndex = null; m_txtRoleScore = null; m_txtLevel = null; m_txtLeagueScore = null; m_txtLevel_2 = null; if(disposeTarget && target != null) { target.RemoveFromParent(); target.Dispose(); } target = null; } } }