|
@@ -14,10 +14,10 @@ namespace UI.Main
|
|
public UI_CompDialogHead m_dialogHead;
|
|
public UI_CompDialogHead m_dialogHead;
|
|
public GList m_list;
|
|
public GList m_list;
|
|
public GButton m_btnBack;
|
|
public GButton m_btnBack;
|
|
- public GButton m_btnSkip;
|
|
|
|
public GButton m_btnLookBack;
|
|
public GButton m_btnLookBack;
|
|
public GButton m_btnAutoPlay;
|
|
public GButton m_btnAutoPlay;
|
|
public GButton m_btnSpeedUp;
|
|
public GButton m_btnSpeedUp;
|
|
|
|
+ public GButton m_btnSkip;
|
|
public const string URL = "ui://mfvz4q8kxuzk2i";
|
|
public const string URL = "ui://mfvz4q8kxuzk2i";
|
|
public const string PACKAGE_NAME = "Main";
|
|
public const string PACKAGE_NAME = "Main";
|
|
public const string RES_NAME = "StoryDialogUI";
|
|
public const string RES_NAME = "StoryDialogUI";
|
|
@@ -72,10 +72,10 @@ namespace UI.Main
|
|
m_dialogHead = (UI_CompDialogHead)UI_CompDialogHead.Create(comp.GetChild("dialogHead"));
|
|
m_dialogHead = (UI_CompDialogHead)UI_CompDialogHead.Create(comp.GetChild("dialogHead"));
|
|
m_list = (GList)comp.GetChild("list");
|
|
m_list = (GList)comp.GetChild("list");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
- m_btnSkip = (GButton)comp.GetChild("btnSkip");
|
|
|
|
m_btnLookBack = (GButton)comp.GetChild("btnLookBack");
|
|
m_btnLookBack = (GButton)comp.GetChild("btnLookBack");
|
|
m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
|
|
m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
|
|
m_btnSpeedUp = (GButton)comp.GetChild("btnSpeedUp");
|
|
m_btnSpeedUp = (GButton)comp.GetChild("btnSpeedUp");
|
|
|
|
+ m_btnSkip = (GButton)comp.GetChild("btnSkip");
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -89,10 +89,10 @@ namespace UI.Main
|
|
m_dialogHead = null;
|
|
m_dialogHead = null;
|
|
m_list = null;
|
|
m_list = null;
|
|
m_btnBack = null;
|
|
m_btnBack = null;
|
|
- m_btnSkip = null;
|
|
|
|
m_btnLookBack = null;
|
|
m_btnLookBack = null;
|
|
m_btnAutoPlay = null;
|
|
m_btnAutoPlay = null;
|
|
m_btnSpeedUp = null;
|
|
m_btnSpeedUp = null;
|
|
|
|
+ m_btnSkip = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|