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

27 lines
684 B
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
{
2026-05-08 11:03:00 +08:00
public partial class btn_get : GButton
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
public Controller state;
2026-04-20 13:49:36 +08:00
public GImage img_saveingpot;
2026-05-08 11:03:00 +08:00
public const string URL = "ui://jwedp6jycphly";
2026-04-20 13:49:36 +08:00
2026-05-08 11:03:00 +08:00
public static btn_get CreateInstance()
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
return (btn_get)UIPackage.CreateObject("tixian", "btn_get");
2026-04-20 13:49:36 +08:00
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
2026-05-08 11:03:00 +08:00
state = GetControllerAt(0);
2026-04-20 13:49:36 +08:00
img_saveingpot = (GImage)GetChildAt(2);
}
}
}