Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/tixian/btn_top.cs
T
2026-05-08 11:03:44 +08:00

33 lines
932 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.tixian
{
public partial class btn_top : GButton
{
public Controller index;
public Controller btn_state;
public GTextField text_type;
public GTextField text_ch;
public GImage img_outline;
public const string URL = "ui://jwedp6jyupx71r";
public static btn_top CreateInstance()
{
return (btn_top)UIPackage.CreateObject("tixian", "btn_top");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
index = GetControllerAt(0);
btn_state = GetControllerAt(1);
text_type = (GTextField)GetChildAt(5);
text_ch = (GTextField)GetChildAt(6);
img_outline = (GImage)GetChildAt(7);
}
}
}