|
@@ -53,6 +53,7 @@ namespace UI.Card
|
|
|
public GGraph m_holderTouchFlower;
|
|
|
public GList m_listProperty;
|
|
|
public Transition m_starItemAlpha;
|
|
|
+ public Transition m_openViewShow;
|
|
|
public const string URL = "ui://7l6lvkayj4c69d";
|
|
|
public const string PACKAGE_NAME = "Card";
|
|
|
public const string RES_NAME = "ComFosterBottom";
|
|
@@ -146,6 +147,7 @@ namespace UI.Card
|
|
|
m_holderTouchFlower = (GGraph)comp.GetChild("holderTouchFlower");
|
|
|
m_listProperty = (GList)comp.GetChild("listProperty");
|
|
|
m_starItemAlpha = comp.GetTransition("starItemAlpha");
|
|
|
+ m_openViewShow = comp.GetTransition("openViewShow");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -200,6 +202,7 @@ namespace UI.Card
|
|
|
m_holderTouchFlower = null;
|
|
|
m_listProperty = null;
|
|
|
m_starItemAlpha = null;
|
|
|
+ m_openViewShow = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|