|
@@ -10,7 +10,7 @@ namespace UI.Studio
|
|
public GButton m_btnBack;
|
|
public GButton m_btnBack;
|
|
public GComponent m_comMetal;
|
|
public GComponent m_comMetal;
|
|
public GComponent m_comFabric;
|
|
public GComponent m_comFabric;
|
|
- public GComponent m_ComScore;
|
|
|
|
|
|
+ public GComponent m_comProperty;
|
|
public GComponent m_comFiling;
|
|
public GComponent m_comFiling;
|
|
public const string URL = "ui://xz8kxrecrbxq0";
|
|
public const string URL = "ui://xz8kxrecrbxq0";
|
|
public const string PACKAGE_NAME = "Studio";
|
|
public const string PACKAGE_NAME = "Studio";
|
|
@@ -62,7 +62,7 @@ namespace UI.Studio
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_comMetal = (GComponent)comp.GetChild("comMetal");
|
|
m_comMetal = (GComponent)comp.GetChild("comMetal");
|
|
m_comFabric = (GComponent)comp.GetChild("comFabric");
|
|
m_comFabric = (GComponent)comp.GetChild("comFabric");
|
|
- m_ComScore = (GComponent)comp.GetChild("ComScore");
|
|
|
|
|
|
+ m_comProperty = (GComponent)comp.GetChild("comProperty");
|
|
m_comFiling = (GComponent)comp.GetChild("comFiling");
|
|
m_comFiling = (GComponent)comp.GetChild("comFiling");
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
@@ -70,7 +70,7 @@ namespace UI.Studio
|
|
m_btnBack = null;
|
|
m_btnBack = null;
|
|
m_comMetal = null;
|
|
m_comMetal = null;
|
|
m_comFabric = null;
|
|
m_comFabric = null;
|
|
- m_ComScore = null;
|
|
|
|
|
|
+ m_comProperty = null;
|
|
m_comFiling = null;
|
|
m_comFiling = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|