| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Main
 
- {
 
-     public partial class UI_ComTargetSkillShow
 
-     {
 
-         public GComponent target;
 
-         public GGraph m_holderBottom;
 
-         public UI_ComSkillCard m_comSkillCard;
 
-         public UI_ComSkillScore m_ComSkillScore;
 
-         public GTextField m_txtName;
 
-         public GGraph m_holderTop;
 
-         public Transition m_t0;
 
-         public Transition m_t1;
 
-         public const string URL = "ui://mfvz4q8kvolsov";
 
-         public const string PACKAGE_NAME = "Main";
 
-         public const string RES_NAME = "ComTargetSkillShow";
 
-         private static UI_ComTargetSkillShow _proxy;
 
-         public static UI_ComTargetSkillShow Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_ComTargetSkillShow();
 
-             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_ComTargetSkillShow Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_ComTargetSkillShow();
 
-             }
 
-             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_holderBottom = (GGraph)comp.GetChild("holderBottom");
 
-             m_comSkillCard = (UI_ComSkillCard)UI_ComSkillCard.Create(comp.GetChild("comSkillCard"));
 
-             m_ComSkillScore = (UI_ComSkillScore)UI_ComSkillScore.Create(comp.GetChild("ComSkillScore"));
 
-             m_txtName = (GTextField)comp.GetChild("txtName");
 
-             m_holderTop = (GGraph)comp.GetChild("holderTop");
 
-             m_t0 = comp.GetTransition("t0");
 
-             m_t1 = comp.GetTransition("t1");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_holderBottom = null;
 
-             m_comSkillCard.Dispose();
 
-             m_comSkillCard = null;
 
-             m_ComSkillScore.Dispose();
 
-             m_ComSkillScore = null;
 
-             m_txtName = null;
 
-             m_holderTop = null;
 
-             m_t0 = null;
 
-             m_t1 = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |