feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** 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_go : GButton
|
||||
{
|
||||
public GTextField text_spintimes;
|
||||
public const string URL = "ui://8k6ttzvxsebxb";
|
||||
|
||||
public static btn_go CreateInstance()
|
||||
{
|
||||
return (btn_go)UIPackage.CreateObject("Turntable_11", "btn_go");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_spintimes = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user