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;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.ACommon
|
|
|
|
|
{
|
|
|
|
|
public partial class com_currency : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GButton settings;
|
|
|
|
|
public btn_101 btn_coin;
|
|
|
|
|
public btn_102 btn_cash;
|
|
|
|
|
public com_avatar com_avatar;
|
2026-05-08 11:03:00 +08:00
|
|
|
public GGroup top_group;
|
2026-04-20 13:49:36 +08:00
|
|
|
public const string URL = "ui://pmf3wbjiaxgih3";
|
|
|
|
|
|
|
|
|
|
public static com_currency CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_currency)UIPackage.CreateObject("ACommon", "com_currency");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
settings = (GButton)GetChildAt(1);
|
|
|
|
|
btn_coin = (btn_101)GetChildAt(2);
|
|
|
|
|
btn_cash = (btn_102)GetChildAt(3);
|
|
|
|
|
com_avatar = (com_avatar)GetChildAt(4);
|
2026-05-08 11:03:00 +08:00
|
|
|
top_group = (GGroup)GetChildAt(5);
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|