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.
		
		
		
		
		
			
		
			
				
	
	
		
			32 lines
		
	
	
		
			658 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			32 lines
		
	
	
		
			658 B
		
	
	
	
		
			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 ViewConsoleText : GComponent
 | |
| 	{
 | |
| 		public GGraph m_n11;
 | |
| 		public GTextField m_Text;
 | |
| 
 | |
| 		public const string URL = "ui://ovtc57tdqza32";
 | |
| 
 | |
| 		public static ViewConsoleText CreateInstance()
 | |
| 		{
 | |
| 			return (ViewConsoleText)UIPackage.CreateObject("Common","ConsoleText");
 | |
| 		}
 | |
| 
 | |
| 		public ViewConsoleText()
 | |
| 		{
 | |
| 		}
 | |
| 
 | |
| 		public override void ConstructFromXML(XML xml)
 | |
| 		{
 | |
| 			base.ConstructFromXML(xml);
 | |
| 
 | |
| 			m_n11 = (GGraph)this.GetChild("n11");
 | |
| 			m_Text = (GTextField)this.GetChild("Text");
 | |
| 		}
 | |
| 	}
 | |
| } |