|
@@ -10,6 +10,7 @@ namespace UI.LuckyBox
|
|
|
public UI_Component2 m_comIcon;
|
|
|
public Transition m_t0;
|
|
|
public Transition m_t1;
|
|
|
+ public Transition m_t2;
|
|
|
public const string URL = "ui://drx9d1use050tf4";
|
|
|
public const string PACKAGE_NAME = "LuckyBox";
|
|
|
public const string RES_NAME = "LuckyBoxBonusShowItem";
|
|
@@ -60,6 +61,7 @@ namespace UI.LuckyBox
|
|
|
m_comIcon = (UI_Component2)UI_Component2.Create(comp.GetChild("comIcon"));
|
|
|
m_t0 = comp.GetTransition("t0");
|
|
|
m_t1 = comp.GetTransition("t1");
|
|
|
+ m_t2 = comp.GetTransition("t2");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -67,6 +69,7 @@ namespace UI.LuckyBox
|
|
|
m_comIcon = null;
|
|
|
m_t0 = null;
|
|
|
m_t1 = null;
|
|
|
+ m_t2 = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|