fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P06_Hall
|
||||
{
|
||||
public partial class com_hall : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph ani_bg;
|
||||
public com_start com_start;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_head;
|
||||
public GTextField text_name;
|
||||
public GButton btn_wheel;
|
||||
public GComponent com_money;
|
||||
public GComponent broadcast;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_luck_gift;
|
||||
public GButton btn_master;
|
||||
public GButton btn_sign;
|
||||
public GButton btn_menu;
|
||||
public btn_faq btn_faq;
|
||||
public GButton btn_rank;
|
||||
public GButton btn_restore;
|
||||
public GButton btn_petty;
|
||||
public GButton btn_speed;
|
||||
public GGroup panel;
|
||||
public Transition show1;
|
||||
public Transition hide1;
|
||||
public Transition show2;
|
||||
public Transition hide2;
|
||||
public const string URL = "ui://gytj501copwg9";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
{
|
||||
return (com_hall)UIPackage.CreateObject("P06_Hall", "com_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ani_bg = (GGraph)GetChildAt(1);
|
||||
com_start = (com_start)GetChildAt(2);
|
||||
btn_gold = (GButton)GetChildAt(3);
|
||||
btn_head = (GButton)GetChildAt(4);
|
||||
text_name = (GTextField)GetChildAt(6);
|
||||
btn_wheel = (GButton)GetChildAt(7);
|
||||
com_money = (GComponent)GetChildAt(8);
|
||||
broadcast = (GComponent)GetChildAt(9);
|
||||
btn_failpack = (GButton)GetChildAt(10);
|
||||
btn_three_day = (GButton)GetChildAt(11);
|
||||
btn_saveingpot = (GButton)GetChildAt(12);
|
||||
btn_luck_gift = (GButton)GetChildAt(13);
|
||||
btn_master = (GButton)GetChildAt(14);
|
||||
btn_sign = (GButton)GetChildAt(15);
|
||||
btn_menu = (GButton)GetChildAt(16);
|
||||
btn_faq = (btn_faq)GetChildAt(17);
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_restore = (GButton)GetChildAt(19);
|
||||
btn_petty = (GButton)GetChildAt(20);
|
||||
btn_speed = (GButton)GetChildAt(21);
|
||||
panel = (GGroup)GetChildAt(22);
|
||||
show1 = GetTransitionAt(0);
|
||||
hide1 = GetTransitionAt(1);
|
||||
show2 = GetTransitionAt(2);
|
||||
hide2 = GetTransitionAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user