Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/tixian/com_rank.cs
T

41 lines
1.3 KiB
C#
Raw Normal View History

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;
2026-05-08 11:03:00 +08:00
namespace FGUI.tixian
2026-04-20 13:49:36 +08:00
{
public partial class com_rank : GComponent
{
public Controller content1;
public Controller content2;
public Controller content3;
2026-05-08 11:03:00 +08:00
public GTextField lab_title_des;
2026-04-20 13:49:36 +08:00
public GTextField text_ranks;
2026-05-08 11:03:00 +08:00
public GTextField lab_rank_tips;
2026-04-20 13:49:36 +08:00
public GTextField text_rank1;
public GTextField text_rank2;
public GTextField text_rank3;
2026-05-08 11:03:00 +08:00
public const string URL = "ui://jwedp6jyqgv24f";
2026-04-20 13:49:36 +08:00
public static com_rank CreateInstance()
{
2026-05-08 11:03:00 +08:00
return (com_rank)UIPackage.CreateObject("tixian", "com_rank");
2026-04-20 13:49:36 +08:00
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
content1 = GetControllerAt(0);
content2 = GetControllerAt(1);
content3 = GetControllerAt(2);
2026-05-08 11:03:00 +08:00
lab_title_des = (GTextField)GetChildAt(2);
2026-04-20 13:49:36 +08:00
text_ranks = (GTextField)GetChildAt(3);
2026-05-08 11:03:00 +08:00
lab_rank_tips = (GTextField)GetChildAt(4);
2026-04-20 13:49:36 +08:00
text_rank1 = (GTextField)GetChildAt(5);
text_rank2 = (GTextField)GetChildAt(6);
text_rank3 = (GTextField)GetChildAt(7);
}
}
}