27 lines
690 B
C#
27 lines
690 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P06_Hall
|
||
|
|
{
|
||
|
|
public partial class btn_faq : GButton
|
||
|
|
{
|
||
|
|
public GImage img_icon;
|
||
|
|
public GTextField lab_name;
|
||
|
|
public const string URL = "ui://gytj501ci5lx25";
|
||
|
|
|
||
|
|
public static btn_faq CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_faq)UIPackage.CreateObject("P06_Hall", "btn_faq");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
img_icon = (GImage)GetChildAt(1);
|
||
|
|
lab_name = (GTextField)GetChildAt(3);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|