2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.JWheel
|
|
|
|
|
{
|
|
|
|
|
public partial class btn_spin : GButton
|
|
|
|
|
{
|
|
|
|
|
public Controller cont_button;
|
|
|
|
|
public Controller cont_video;
|
2026-05-12 15:56:48 +08:00
|
|
|
public Controller saveing_open;
|
2026-04-20 13:49:36 +08:00
|
|
|
public GTextField text_time;
|
2026-05-12 15:56:48 +08:00
|
|
|
public GImage img_saveingpot;
|
2026-04-20 13:49:36 +08:00
|
|
|
public const string URL = "ui://qpan47byp653e";
|
|
|
|
|
|
|
|
|
|
public static btn_spin CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (btn_spin)UIPackage.CreateObject("JWheel", "btn_spin");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
cont_button = GetControllerAt(0);
|
|
|
|
|
cont_video = GetControllerAt(1);
|
2026-05-12 15:56:48 +08:00
|
|
|
saveing_open = GetControllerAt(2);
|
2026-04-20 13:49:36 +08:00
|
|
|
text_time = (GTextField)GetChildAt(3);
|
2026-05-12 15:56:48 +08:00
|
|
|
img_saveingpot = (GImage)GetChildAt(4);
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|