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.JSign
|
|
|
|
|
{
|
|
|
|
|
public partial class btn_day : GButton
|
|
|
|
|
{
|
|
|
|
|
public Controller cont_color;
|
|
|
|
|
public Controller cont_collect;
|
|
|
|
|
public Controller cont_currency;
|
|
|
|
|
public Controller gift;
|
|
|
|
|
public GTextField text_day;
|
|
|
|
|
public GLoader loader_reward;
|
|
|
|
|
public GLoader loader_reward_;
|
|
|
|
|
public GTextField text_reward;
|
|
|
|
|
public GTextField text_resign;
|
|
|
|
|
public GGraph gp_fx;
|
|
|
|
|
public Transition fx_collect;
|
|
|
|
|
public const string URL = "ui://9o0kw0z3k0b28";
|
|
|
|
|
|
|
|
|
|
public static btn_day CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (btn_day)UIPackage.CreateObject("JSign", "btn_day");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
cont_color = GetControllerAt(0);
|
|
|
|
|
cont_collect = GetControllerAt(1);
|
|
|
|
|
cont_currency = GetControllerAt(2);
|
|
|
|
|
gift = GetControllerAt(3);
|
|
|
|
|
text_day = (GTextField)GetChildAt(2);
|
|
|
|
|
loader_reward = (GLoader)GetChildAt(3);
|
|
|
|
|
loader_reward_ = (GLoader)GetChildAt(4);
|
|
|
|
|
text_reward = (GTextField)GetChildAt(5);
|
|
|
|
|
text_resign = (GTextField)GetChildAt(6);
|
2026-05-08 11:03:00 +08:00
|
|
|
gp_fx = (GGraph)GetChildAt(8);
|
2026-04-20 13:49:36 +08:00
|
|
|
fx_collect = GetTransitionAt(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|