feat:1、创建项目

This commit is contained in:
2026-06-25 15:22:28 +08:00
commit c05a65cdc3
6577 changed files with 1168287 additions and 0 deletions
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Turntable_11
{
public partial class btn_go1 : GButton
{
public Controller cont_spin;
public Controller cont_state;
public GTextField text_time;
public const string URL = "ui://8k6ttzvxn6lkt";
public static btn_go1 CreateInstance()
{
return (btn_go1)UIPackage.CreateObject("Turntable_11", "btn_go1");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_spin = GetControllerAt(0);
cont_state = GetControllerAt(1);
text_time = (GTextField)GetChildAt(3);
}
}
}