Files
ArrowBeatTap-IOS/Assets/ChillConnect/FGUI/package/rank/com_rank_reward.cs
T
2026-06-25 15:22:28 +08:00

45 lines
1.4 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.rank
{
public partial class com_rank_reward : GComponent
{
public Controller pot_switch;
public GTextField lab_pot;
public GGroup group_top;
public GList list_rank;
public GButton btn_close;
public GTextField lab_total;
public GButton btn_collect;
public btn_head head_3;
public btn_head head_2;
public btn_head head_1;
public Transition t0;
public const string URL = "ui://edhx114fiwfg1k";
public static com_rank_reward CreateInstance()
{
return (com_rank_reward)UIPackage.CreateObject("rank", "com_rank_reward");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
pot_switch = GetControllerAt(0);
lab_pot = (GTextField)GetChildAt(3);
group_top = (GGroup)GetChildAt(4);
list_rank = (GList)GetChildAt(5);
btn_close = (GButton)GetChildAt(10);
lab_total = (GTextField)GetChildAt(14);
btn_collect = (GButton)GetChildAt(15);
head_3 = (btn_head)GetChildAt(17);
head_2 = (btn_head)GetChildAt(18);
head_1 = (btn_head)GetChildAt(19);
t0 = GetTransitionAt(0);
}
}
}