35 lines
1014 B
C#
35 lines
1014 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_di : GComponent
|
|
{
|
|
public Controller gift;
|
|
public btn_main btn_main;
|
|
public btn_h5 btn_shop;
|
|
public btn_todo btn_tab_redem;
|
|
public btn_hall btn_hall;
|
|
public btn_fight btn_fight;
|
|
public const string URL = "ui://pmf3wbjiokk5gf";
|
|
|
|
public static com_di CreateInstance()
|
|
{
|
|
return (com_di)UIPackage.CreateObject("ACommon", "com_di");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
gift = GetControllerAt(0);
|
|
btn_main = (btn_main)GetChildAt(1);
|
|
btn_shop = (btn_h5)GetChildAt(2);
|
|
btn_tab_redem = (btn_todo)GetChildAt(3);
|
|
btn_hall = (btn_hall)GetChildAt(4);
|
|
btn_fight = (btn_fight)GetChildAt(7);
|
|
}
|
|
}
|
|
} |