|
@@ -19,6 +19,9 @@ namespace UI.ActivityThemeLuckyBox
|
|
|
public GTextField m_txtTime_4;
|
|
|
public GButton m_btnLuckyBox_old;
|
|
|
public UI_Button1 m_btnLuckyBox;
|
|
|
+ public GImage m_mask;
|
|
|
+ public GLoader m_icon_5;
|
|
|
+ public GTextField m_txtTime_5;
|
|
|
public Transition m_In_2;
|
|
|
public Transition m_In_4;
|
|
|
public const string URL = "ui://ubfk2kobmbf1k";
|
|
@@ -80,6 +83,9 @@ namespace UI.ActivityThemeLuckyBox
|
|
|
m_txtTime_4 = (GTextField)comp.GetChild("txtTime_4");
|
|
|
m_btnLuckyBox_old = (GButton)comp.GetChild("btnLuckyBox_old");
|
|
|
m_btnLuckyBox = (UI_Button1)UI_Button1.Create(comp.GetChild("btnLuckyBox"));
|
|
|
+ m_mask = (GImage)comp.GetChild("mask");
|
|
|
+ m_icon_5 = (GLoader)comp.GetChild("icon_5");
|
|
|
+ m_txtTime_5 = (GTextField)comp.GetChild("txtTime_5");
|
|
|
m_In_2 = comp.GetTransition("In_2");
|
|
|
m_In_4 = comp.GetTransition("In_4");
|
|
|
}
|
|
@@ -101,6 +107,9 @@ namespace UI.ActivityThemeLuckyBox
|
|
|
m_btnLuckyBox_old = null;
|
|
|
m_btnLuckyBox.Dispose();
|
|
|
m_btnLuckyBox = null;
|
|
|
+ m_mask = null;
|
|
|
+ m_icon_5 = null;
|
|
|
+ m_txtTime_5 = null;
|
|
|
m_In_2 = null;
|
|
|
m_In_4 = null;
|
|
|
if(disposeTarget && target != null)
|