bingo 项目提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user