fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user