|
@@ -11,7 +11,6 @@ namespace UI.Task
|
|
public GButton m_btnBack;
|
|
public GButton m_btnBack;
|
|
public GList m_listAchieveItem;
|
|
public GList m_listAchieveItem;
|
|
public Transition m_fadeIn;
|
|
public Transition m_fadeIn;
|
|
- public Transition m_hide;
|
|
|
|
public const string URL = "ui://5mpsibzzaigntny";
|
|
public const string URL = "ui://5mpsibzzaigntny";
|
|
public const string PACKAGE_NAME = "Task";
|
|
public const string PACKAGE_NAME = "Task";
|
|
public const string RES_NAME = "TaskAchieveUI";
|
|
public const string RES_NAME = "TaskAchieveUI";
|
|
@@ -63,7 +62,6 @@ namespace UI.Task
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_listAchieveItem = (GList)comp.GetChild("listAchieveItem");
|
|
m_listAchieveItem = (GList)comp.GetChild("listAchieveItem");
|
|
m_fadeIn = comp.GetTransition("fadeIn");
|
|
m_fadeIn = comp.GetTransition("fadeIn");
|
|
- m_hide = comp.GetTransition("hide");
|
|
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -71,7 +69,6 @@ namespace UI.Task
|
|
m_btnBack = null;
|
|
m_btnBack = null;
|
|
m_listAchieveItem = null;
|
|
m_listAchieveItem = null;
|
|
m_fadeIn = null;
|
|
m_fadeIn = null;
|
|
- m_hide = null;
|
|
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|