/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace Game.Common { public partial class ViewSimpleButton : GButton { public Controller m_button; public GGraph m_n0; public GGraph m_n1; public GGraph m_n2; public GTextField m_title; public const string URL = "ui://ovtc57tdugag9"; public static ViewSimpleButton CreateInstance() { return (ViewSimpleButton)UIPackage.CreateObject("Common","SimpleButton"); } public ViewSimpleButton() { } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); m_button = this.GetController("button"); m_n0 = (GGraph)this.GetChild("n0"); m_n1 = (GGraph)this.GetChild("n1"); m_n2 = (GGraph)this.GetChild("n2"); m_title = (GTextField)this.GetChild("title"); } } }