bingo 项目提交
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_main : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public GGraph gp_fx;
|
||||
public GButton btn_play;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
public GButton btn_ballon;
|
||||
public GButton btn_set;
|
||||
public makeup makeup;
|
||||
public GButton btn_admin;
|
||||
public btn_question btn_question;
|
||||
public GButton btn_h5;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
{
|
||||
return (com_main)UIPackage.CreateObject("JMain", "com_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
btn_play = (GButton)GetChildAt(1);
|
||||
com_cardnum = (com_cardnum)GetChildAt(2);
|
||||
com_cards = (com_playnum)GetChildAt(3);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(4);
|
||||
btn_ballon = (GButton)GetChildAt(5);
|
||||
btn_set = (GButton)GetChildAt(6);
|
||||
makeup = (makeup)GetChildAt(7);
|
||||
btn_admin = (GButton)GetChildAt(8);
|
||||
btn_question = (btn_question)GetChildAt(9);
|
||||
btn_h5 = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user