|
@@ -10,6 +10,7 @@ namespace UI.FieldGuide
|
|
public GLoader m_loaderPic;
|
|
public GLoader m_loaderPic;
|
|
public GTextField m_txtProgress;
|
|
public GTextField m_txtProgress;
|
|
public GTextField m_progressSymbol;
|
|
public GTextField m_progressSymbol;
|
|
|
|
+ public GLoader m_lock;
|
|
public Transition m_In;
|
|
public Transition m_In;
|
|
public Transition m_Init;
|
|
public Transition m_Init;
|
|
public const string URL = "ui://vqq9h9h4pjipe";
|
|
public const string URL = "ui://vqq9h9h4pjipe";
|
|
@@ -62,6 +63,7 @@ namespace UI.FieldGuide
|
|
m_loaderPic = (GLoader)comp.GetChild("loaderPic");
|
|
m_loaderPic = (GLoader)comp.GetChild("loaderPic");
|
|
m_txtProgress = (GTextField)comp.GetChild("txtProgress");
|
|
m_txtProgress = (GTextField)comp.GetChild("txtProgress");
|
|
m_progressSymbol = (GTextField)comp.GetChild("progressSymbol");
|
|
m_progressSymbol = (GTextField)comp.GetChild("progressSymbol");
|
|
|
|
+ m_lock = (GLoader)comp.GetChild("lock");
|
|
m_In = comp.GetTransition("In");
|
|
m_In = comp.GetTransition("In");
|
|
m_Init = comp.GetTransition("Init");
|
|
m_Init = comp.GetTransition("Init");
|
|
}
|
|
}
|
|
@@ -70,6 +72,7 @@ namespace UI.FieldGuide
|
|
m_loaderPic = null;
|
|
m_loaderPic = null;
|
|
m_txtProgress = null;
|
|
m_txtProgress = null;
|
|
m_progressSymbol = null;
|
|
m_progressSymbol = null;
|
|
|
|
+ m_lock = null;
|
|
m_In = null;
|
|
m_In = null;
|
|
m_Init = null;
|
|
m_Init = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|