29 lines
785 B
C#
29 lines
785 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_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);
|
|
}
|
|
}
|
|
} |