|
@@ -18,6 +18,7 @@ namespace UI.InstanceZones
|
|
|
public UI_ButtonModle8 m_btnArena;
|
|
|
public GGroup m_grpRight;
|
|
|
public GLoader m_loaGuidestudio;
|
|
|
+ public Transition m_t0;
|
|
|
public const string URL = "ui://ez8qotvcyeocfv0";
|
|
|
public const string PACKAGE_NAME = "InstanceZones";
|
|
|
public const string RES_NAME = "InstanceZonesUI";
|
|
@@ -76,6 +77,7 @@ namespace UI.InstanceZones
|
|
|
m_btnArena = (UI_ButtonModle8)UI_ButtonModle8.Create(comp.GetChild("btnArena"));
|
|
|
m_grpRight = (GGroup)comp.GetChild("grpRight");
|
|
|
m_loaGuidestudio = (GLoader)comp.GetChild("loaGuidestudio");
|
|
|
+ m_t0 = comp.GetTransition("t0");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -96,6 +98,7 @@ namespace UI.InstanceZones
|
|
|
m_btnArena = null;
|
|
|
m_grpRight = null;
|
|
|
m_loaGuidestudio = null;
|
|
|
+ m_t0 = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|