|
@@ -29,12 +29,12 @@ namespace UI.DressUp
|
|
public GButton m_btnRenewal;
|
|
public GButton m_btnRenewal;
|
|
public GButton m_btnDelete;
|
|
public GButton m_btnDelete;
|
|
public GButton m_btnSearch;
|
|
public GButton m_btnSearch;
|
|
- public GLoader m_btnGuide;
|
|
|
|
public GButton m_btnNext;
|
|
public GButton m_btnNext;
|
|
public GButton m_btnRecommend;
|
|
public GButton m_btnRecommend;
|
|
public GButton m_btnAutoPlay;
|
|
public GButton m_btnAutoPlay;
|
|
public GTextField m_txtRecommendCount;
|
|
public GTextField m_txtRecommendCount;
|
|
public GGroup m_graContent;
|
|
public GGroup m_graContent;
|
|
|
|
+ public GLoader m_loaGuide;
|
|
public const string URL = "ui://mbo439wbqsvd2m";
|
|
public const string URL = "ui://mbo439wbqsvd2m";
|
|
public const string PACKAGE_NAME = "DressUp";
|
|
public const string PACKAGE_NAME = "DressUp";
|
|
public const string RES_NAME = "DressUpFightUI";
|
|
public const string RES_NAME = "DressUpFightUI";
|
|
@@ -104,12 +104,12 @@ namespace UI.DressUp
|
|
m_btnRenewal = (GButton)comp.GetChild("btnRenewal");
|
|
m_btnRenewal = (GButton)comp.GetChild("btnRenewal");
|
|
m_btnDelete = (GButton)comp.GetChild("btnDelete");
|
|
m_btnDelete = (GButton)comp.GetChild("btnDelete");
|
|
m_btnSearch = (GButton)comp.GetChild("btnSearch");
|
|
m_btnSearch = (GButton)comp.GetChild("btnSearch");
|
|
- m_btnGuide = (GLoader)comp.GetChild("btnGuide");
|
|
|
|
m_btnNext = (GButton)comp.GetChild("btnNext");
|
|
m_btnNext = (GButton)comp.GetChild("btnNext");
|
|
m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
|
|
m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
|
|
m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
|
|
m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
|
|
m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
|
|
m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
|
|
m_graContent = (GGroup)comp.GetChild("graContent");
|
|
m_graContent = (GGroup)comp.GetChild("graContent");
|
|
|
|
+ m_loaGuide = (GLoader)comp.GetChild("loaGuide");
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -140,12 +140,12 @@ namespace UI.DressUp
|
|
m_btnRenewal = null;
|
|
m_btnRenewal = null;
|
|
m_btnDelete = null;
|
|
m_btnDelete = null;
|
|
m_btnSearch = null;
|
|
m_btnSearch = null;
|
|
- m_btnGuide = null;
|
|
|
|
m_btnNext = null;
|
|
m_btnNext = null;
|
|
m_btnRecommend = null;
|
|
m_btnRecommend = null;
|
|
m_btnAutoPlay = null;
|
|
m_btnAutoPlay = null;
|
|
m_txtRecommendCount = null;
|
|
m_txtRecommendCount = null;
|
|
m_graContent = null;
|
|
m_graContent = null;
|
|
|
|
+ m_loaGuide = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|