31 lines
873 B
C#
31 lines
873 B
C#
|
|
/** 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_topinfo : GComponent
|
||
|
|
{
|
||
|
|
public GButton settings;
|
||
|
|
public btn_101 btn_coin;
|
||
|
|
public btn_102 btn_cash;
|
||
|
|
public com_avatar com_avatar;
|
||
|
|
public const string URL = "ui://pmf3wbjix6yb1c";
|
||
|
|
|
||
|
|
public static com_topinfo CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_topinfo)UIPackage.CreateObject("ACommon", "com_topinfo");
|
||
|
|
}
|
||
|
|
|
||
|
|
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);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|