You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C#
		
	
| /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 | |
| 
 | |
| using FairyGUI;
 | |
| using FairyGUI.Utils;
 | |
| 
 | |
| namespace Game.Common
 | |
| {
 | |
| 	public partial class ViewSkillGM : GComponent
 | |
| 	{
 | |
| 		public GGraph m_n0;
 | |
| 		public GGraph m_n1;
 | |
| 		public GGraph m_n9;
 | |
| 		public GLoader m_SkillIcon;
 | |
| 		public GTextField m_SkillDescText;
 | |
| 		public ViewSimpleButton m_ClearBtn;
 | |
| 		public GList m_skillList;
 | |
| 		public GTextField m_skillNowText;
 | |
| 		public ViewSimpleButton m_ClearBlessBtn;
 | |
| 		public GGraph m_n13;
 | |
| 		public GList m_blessList;
 | |
| 		public GTextField m_blessNowText;
 | |
| 
 | |
| 		public const string URL = "ui://ovtc57tdhomce";
 | |
| 
 | |
| 		public static ViewSkillGM CreateInstance()
 | |
| 		{
 | |
| 			return (ViewSkillGM)UIPackage.CreateObject("Common","SkillGM");
 | |
| 		}
 | |
| 
 | |
| 		public ViewSkillGM()
 | |
| 		{
 | |
| 		}
 | |
| 
 | |
| 		public override void ConstructFromXML(XML xml)
 | |
| 		{
 | |
| 			base.ConstructFromXML(xml);
 | |
| 
 | |
| 			m_n0 = (GGraph)this.GetChild("n0");
 | |
| 			m_n1 = (GGraph)this.GetChild("n1");
 | |
| 			m_n9 = (GGraph)this.GetChild("n9");
 | |
| 			m_SkillIcon = (GLoader)this.GetChild("SkillIcon");
 | |
| 			m_SkillDescText = (GTextField)this.GetChild("SkillDescText");
 | |
| 			m_ClearBtn = (ViewSimpleButton)this.GetChild("ClearBtn");
 | |
| 			m_skillList = (GList)this.GetChild("skillList");
 | |
| 			m_skillNowText = (GTextField)this.GetChild("skillNowText");
 | |
| 			m_ClearBlessBtn = (ViewSimpleButton)this.GetChild("ClearBlessBtn");
 | |
| 			m_n13 = (GGraph)this.GetChild("n13");
 | |
| 			m_blessList = (GList)this.GetChild("blessList");
 | |
| 			m_blessNowText = (GTextField)this.GetChild("blessNowText");
 | |
| 		}
 | |
| 	}
 | |
| } |