|
@@ -7,8 +7,8 @@ namespace UI.ClothingSynthetic
|
|
|
public partial class UI_Component3
|
|
|
{
|
|
|
public GComponent target;
|
|
|
- public GTextField m_txtProgess;
|
|
|
public GImage m_loaderPlus;
|
|
|
+ public GTextField m_txtProgess;
|
|
|
public const string URL = "ui://4f294tdklwri1k";
|
|
|
public const string PACKAGE_NAME = "ClothingSynthetic";
|
|
|
public const string RES_NAME = "Component3";
|
|
@@ -56,13 +56,13 @@ namespace UI.ClothingSynthetic
|
|
|
|
|
|
private void Init(GComponent comp)
|
|
|
{
|
|
|
- m_txtProgess = (GTextField)comp.GetChild("txtProgess");
|
|
|
m_loaderPlus = (GImage)comp.GetChild("loaderPlus");
|
|
|
+ m_txtProgess = (GTextField)comp.GetChild("txtProgess");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
|
- m_txtProgess = null;
|
|
|
m_loaderPlus = null;
|
|
|
+ m_txtProgess = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|