|
@@ -14,13 +14,13 @@ namespace UI.ClothingFoster
|
|
public GComponent m_comProperty1;
|
|
public GComponent m_comProperty1;
|
|
public GComponent m_comProperty2;
|
|
public GComponent m_comProperty2;
|
|
public GComponent m_comProperty3;
|
|
public GComponent m_comProperty3;
|
|
|
|
+ public GImage m_img;
|
|
public GComponent m_comAddProperty0;
|
|
public GComponent m_comAddProperty0;
|
|
public GComponent m_n15comAddProperty1;
|
|
public GComponent m_n15comAddProperty1;
|
|
public GComponent m_comAddProperty2;
|
|
public GComponent m_comAddProperty2;
|
|
public GComponent m_comAddProperty3;
|
|
public GComponent m_comAddProperty3;
|
|
public Transition m_t0;
|
|
public Transition m_t0;
|
|
public Transition m_t1;
|
|
public Transition m_t1;
|
|
- public Transition m_t2;
|
|
|
|
public const string URL = "ui://uicwtr5bpy5gs";
|
|
public const string URL = "ui://uicwtr5bpy5gs";
|
|
public const string PACKAGE_NAME = "ClothingFoster";
|
|
public const string PACKAGE_NAME = "ClothingFoster";
|
|
public const string RES_NAME = "SuitFosterFinishUI";
|
|
public const string RES_NAME = "SuitFosterFinishUI";
|
|
@@ -75,13 +75,13 @@ namespace UI.ClothingFoster
|
|
m_comProperty1 = (GComponent)comp.GetChild("comProperty1");
|
|
m_comProperty1 = (GComponent)comp.GetChild("comProperty1");
|
|
m_comProperty2 = (GComponent)comp.GetChild("comProperty2");
|
|
m_comProperty2 = (GComponent)comp.GetChild("comProperty2");
|
|
m_comProperty3 = (GComponent)comp.GetChild("comProperty3");
|
|
m_comProperty3 = (GComponent)comp.GetChild("comProperty3");
|
|
|
|
+ m_img = (GImage)comp.GetChild("img");
|
|
m_comAddProperty0 = (GComponent)comp.GetChild("comAddProperty0");
|
|
m_comAddProperty0 = (GComponent)comp.GetChild("comAddProperty0");
|
|
m_n15comAddProperty1 = (GComponent)comp.GetChild("n15comAddProperty1");
|
|
m_n15comAddProperty1 = (GComponent)comp.GetChild("n15comAddProperty1");
|
|
m_comAddProperty2 = (GComponent)comp.GetChild("comAddProperty2");
|
|
m_comAddProperty2 = (GComponent)comp.GetChild("comAddProperty2");
|
|
m_comAddProperty3 = (GComponent)comp.GetChild("comAddProperty3");
|
|
m_comAddProperty3 = (GComponent)comp.GetChild("comAddProperty3");
|
|
m_t0 = comp.GetTransition("t0");
|
|
m_t0 = comp.GetTransition("t0");
|
|
m_t1 = comp.GetTransition("t1");
|
|
m_t1 = comp.GetTransition("t1");
|
|
- m_t2 = comp.GetTransition("t2");
|
|
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -92,13 +92,13 @@ namespace UI.ClothingFoster
|
|
m_comProperty1 = null;
|
|
m_comProperty1 = null;
|
|
m_comProperty2 = null;
|
|
m_comProperty2 = null;
|
|
m_comProperty3 = null;
|
|
m_comProperty3 = null;
|
|
|
|
+ m_img = null;
|
|
m_comAddProperty0 = null;
|
|
m_comAddProperty0 = null;
|
|
m_n15comAddProperty1 = null;
|
|
m_n15comAddProperty1 = null;
|
|
m_comAddProperty2 = null;
|
|
m_comAddProperty2 = null;
|
|
m_comAddProperty3 = null;
|
|
m_comAddProperty3 = null;
|
|
m_t0 = null;
|
|
m_t0 = null;
|
|
m_t1 = null;
|
|
m_t1 = null;
|
|
- m_t2 = null;
|
|
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|