| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Card
 
- {
 
-     public partial class UI_CardFosterUI
 
-     {
 
-         public GComponent target;
 
-         public GLoader m_bg;
 
-         public GLoader m_loaCard;
 
-         public UI_ComCardObj m_comCard;
 
-         public GLoader m_loaListener;
 
-         public UI_ComFosterTop m_ComFosterTop;
 
-         public UI_ComFosterBottom m_ComFosterBottom;
 
-         public Transition m_t0;
 
-         public Transition m_t1;
 
-         public const string URL = "ui://7l6lvkayojlzj";
 
-         public const string PACKAGE_NAME = "Card";
 
-         public const string RES_NAME = "CardFosterUI";
 
-         private static UI_CardFosterUI _proxy;
 
-         public static UI_CardFosterUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_CardFosterUI();
 
-             if(gObject == null)
 
-             	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
 
-             else
 
-             	ui.target =  (GComponent)gObject;
 
-             ui.Init(ui.target);
 
-             return ui;
 
-         }
 
-         public static UI_CardFosterUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_CardFosterUI();
 
-             }
 
-             var ui = _proxy;
 
-             if(gObject == null)
 
-             	ui.target =  (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
 
-             else
 
-             	ui.target =  (GComponent)gObject;
 
-             ui.Init(ui.target);
 
-             return ui;
 
-         }
 
-         public static void ProxyEnd()
 
-         {
 
-             if (_proxy != null)
 
-             {
 
-                 _proxy.Dispose();
 
-             }
 
-         }
 
-         public static void ClearProxy()
 
-         {
 
-             ProxyEnd();
 
-             _proxy = null;
 
-         }
 
-         private void Init(GComponent comp)
 
-         {
 
-             m_bg = (GLoader)comp.GetChild("bg");
 
-             m_loaCard = (GLoader)comp.GetChild("loaCard");
 
-             m_comCard = (UI_ComCardObj)UI_ComCardObj.Create(comp.GetChild("comCard"));
 
-             m_loaListener = (GLoader)comp.GetChild("loaListener");
 
-             m_ComFosterTop = (UI_ComFosterTop)UI_ComFosterTop.Create(comp.GetChild("ComFosterTop"));
 
-             m_ComFosterBottom = (UI_ComFosterBottom)UI_ComFosterBottom.Create(comp.GetChild("ComFosterBottom"));
 
-             m_t0 = comp.GetTransition("t0");
 
-             m_t1 = comp.GetTransition("t1");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_bg = null;
 
-             m_loaCard = null;
 
-             m_comCard.Dispose();
 
-             m_comCard = null;
 
-             m_loaListener = null;
 
-             m_ComFosterTop.Dispose();
 
-             m_ComFosterTop = null;
 
-             m_ComFosterBottom.Dispose();
 
-             m_ComFosterBottom = null;
 
-             m_t0 = null;
 
-             m_t1 = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |