fix:1、添加项目。2、基本箭头生成

This commit is contained in:
2026-06-12 18:10:00 +08:00
commit 2d5012e37e
6588 changed files with 665673 additions and 0 deletions
@@ -0,0 +1,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.bkg_jilu
{
public partial class com_jilu : GComponent
{
public GTextField title;
public GList list;
public GButton btn_close;
public com_panel panel;
public const string URL = "ui://u5bqcwhxf6p00";
public static com_jilu CreateInstance()
{
return (com_jilu)UIPackage.CreateObject("bkg_jilu", "com_jilu");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
title = (GTextField)GetChildAt(1);
list = (GList)GetChildAt(2);
btn_close = (GButton)GetChildAt(3);
panel = (com_panel)GetChildAt(4);
}
}
}