|
@@ -14,6 +14,7 @@ namespace UI.FieldGuide
|
|
public GList m_suitTypeList;
|
|
public GList m_suitTypeList;
|
|
public UI_SuitTypeItems m_suitTypeItems;
|
|
public UI_SuitTypeItems m_suitTypeItems;
|
|
public GList m_suitType2Items;
|
|
public GList m_suitType2Items;
|
|
|
|
+ public Transition m_t0;
|
|
public const string URL = "ui://vqq9h9h4z3os0";
|
|
public const string URL = "ui://vqq9h9h4z3os0";
|
|
public const string PACKAGE_NAME = "FieldGuide";
|
|
public const string PACKAGE_NAME = "FieldGuide";
|
|
public const string RES_NAME = "SuitGuideUI";
|
|
public const string RES_NAME = "SuitGuideUI";
|
|
@@ -68,6 +69,7 @@ namespace UI.FieldGuide
|
|
m_suitTypeList = (GList)comp.GetChild("suitTypeList");
|
|
m_suitTypeList = (GList)comp.GetChild("suitTypeList");
|
|
m_suitTypeItems = (UI_SuitTypeItems)UI_SuitTypeItems.Create(comp.GetChild("suitTypeItems"));
|
|
m_suitTypeItems = (UI_SuitTypeItems)UI_SuitTypeItems.Create(comp.GetChild("suitTypeItems"));
|
|
m_suitType2Items = (GList)comp.GetChild("suitType2Items");
|
|
m_suitType2Items = (GList)comp.GetChild("suitType2Items");
|
|
|
|
+ m_t0 = comp.GetTransition("t0");
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -79,6 +81,7 @@ namespace UI.FieldGuide
|
|
m_suitTypeItems.Dispose();
|
|
m_suitTypeItems.Dispose();
|
|
m_suitTypeItems = null;
|
|
m_suitTypeItems = null;
|
|
m_suitType2Items = null;
|
|
m_suitType2Items = null;
|
|
|
|
+ m_t0 = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|