|
@@ -19,6 +19,7 @@ namespace UI.ActivityAfternoonTea
|
|
|
public GLoader m_threeTimeIcon;
|
|
|
public GButton m_threeViewIcon;
|
|
|
public GLoader m_threeNameIcon;
|
|
|
+ public GGraph m_effectBg;
|
|
|
public const string URL = "ui://wpsqkdbznjon0";
|
|
|
public const string PACKAGE_NAME = "ActivityAfternoonTea";
|
|
|
public const string RES_NAME = "ActivityTeaMainUI";
|
|
@@ -78,6 +79,7 @@ namespace UI.ActivityAfternoonTea
|
|
|
m_threeTimeIcon = (GLoader)comp.GetChild("threeTimeIcon");
|
|
|
m_threeViewIcon = (GButton)comp.GetChild("threeViewIcon");
|
|
|
m_threeNameIcon = (GLoader)comp.GetChild("threeNameIcon");
|
|
|
+ m_effectBg = (GGraph)comp.GetChild("effectBg");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -93,6 +95,7 @@ namespace UI.ActivityAfternoonTea
|
|
|
m_threeTimeIcon = null;
|
|
|
m_threeViewIcon = null;
|
|
|
m_threeNameIcon = null;
|
|
|
+ m_effectBg = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|