25 lines
627 B
C#
25 lines
627 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |