fix:1、添加项目

This commit is contained in:
2026-04-22 09:52:55 +08:00
commit 173cfb2dc9
5871 changed files with 600870 additions and 0 deletions
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.tixian
{
public partial class btn_top : GButton
{
public Controller index;
public Controller btn_state;
public GTextField text_type;
public GTextField text_ch;
public GImage img_outline;
public const string URL = "ui://md8tkwlzupx71r";
public static btn_top CreateInstance()
{
return (btn_top)UIPackage.CreateObject("tixian", "btn_top");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
index = GetControllerAt(0);
btn_state = GetControllerAt(1);
text_type = (GTextField)GetChildAt(5);
text_ch = (GTextField)GetChildAt(6);
img_outline = (GImage)GetChildAt(7);
}
}
}