/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace UI.DressUp { public partial class UI_ArenaDressUpFightUI { public GComponent target; public GLoader m_loaBg; public GGraph m_touchPad; public GButton m_btnBack; public GTextField m_txtDressLimit; public GGraph m_grhCloseComFightScore; public GComponent m_comValueInfo; public UI_comListType m_comListType1; public UI_comListType m_comListType2; public UI_PartsList m_partsList; public UI_PartsList m_partsList2; public GButton m_btnDelete; public GButton m_btnSearch; public GButton m_btnNext; public GGroup m_graContent; public const string URL = "ui://mbo439wbpsphez"; public const string PACKAGE_NAME = "DressUp"; public const string RES_NAME = "ArenaDressUpFightUI"; private static UI_ArenaDressUpFightUI _proxy; public static UI_ArenaDressUpFightUI Create(GObject gObject = null) { var ui = new UI_ArenaDressUpFightUI(); 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_ArenaDressUpFightUI Proxy(GObject gObject = null) { if(_proxy == null) { _proxy = new UI_ArenaDressUpFightUI(); } 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_loaBg = (GLoader)comp.GetChild("loaBg"); m_touchPad = (GGraph)comp.GetChild("touchPad"); m_btnBack = (GButton)comp.GetChild("btnBack"); m_txtDressLimit = (GTextField)comp.GetChild("txtDressLimit"); m_grhCloseComFightScore = (GGraph)comp.GetChild("grhCloseComFightScore"); m_comValueInfo = (GComponent)comp.GetChild("comValueInfo"); m_comListType1 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType1")); m_comListType2 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType2")); m_partsList = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList")); m_partsList2 = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList2")); m_btnDelete = (GButton)comp.GetChild("btnDelete"); m_btnSearch = (GButton)comp.GetChild("btnSearch"); m_btnNext = (GButton)comp.GetChild("btnNext"); m_graContent = (GGroup)comp.GetChild("graContent"); } public void Dispose(bool disposeTarget = false) { m_loaBg = null; m_touchPad = null; m_btnBack = null; m_txtDressLimit = null; m_grhCloseComFightScore = null; m_comValueInfo = null; m_comListType1.Dispose(); m_comListType1 = null; m_comListType2.Dispose(); m_comListType2 = null; m_partsList.Dispose(); m_partsList = null; m_partsList2.Dispose(); m_partsList2 = null; m_btnDelete = null; m_btnSearch = null; m_btnNext = null; m_graContent = null; if(disposeTarget && target != null) { target.RemoveFromParent(); target.Dispose(); } target = null; } } }