Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/G007_makeup/com_rank.cs
T
2026-04-20 13:49:36 +08:00

43 lines
1.3 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G007_makeup
{
public partial class com_rank : GComponent
{
public Controller content1;
public Controller content2;
public Controller content3;
public GTextField text_ranks;
public GTextField text_rank1;
public GTextField text_rank2;
public GTextField text_rank3;
public GImage img_gou1;
public GImage img_gou2;
public GImage img_gou3;
public const string URL = "ui://md8tkwlzqgv24f";
public static com_rank CreateInstance()
{
return (com_rank)UIPackage.CreateObject("G007_makeup", "com_rank");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
content1 = GetControllerAt(0);
content2 = GetControllerAt(1);
content3 = GetControllerAt(2);
text_ranks = (GTextField)GetChildAt(3);
text_rank1 = (GTextField)GetChildAt(5);
text_rank2 = (GTextField)GetChildAt(6);
text_rank3 = (GTextField)GetChildAt(7);
img_gou1 = (GImage)GetChildAt(8);
img_gou2 = (GImage)GetChildAt(9);
img_gou3 = (GImage)GetChildAt(10);
}
}
}