bingo 项目提交

This commit is contained in:
2026-04-20 13:49:36 +08:00
commit ad5920ac6a
5585 changed files with 1216243 additions and 0 deletions
@@ -0,0 +1,61 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JBingoPlay
{
public partial class com_play : GComponent
{
public GGraph left_top;
public GGraph right_top;
public GGraph left_bottom;
public GGraph right_bottom;
public com_prop com_prop;
public com_AddBall com_AddBall;
public GButton btn_close;
public GComponent btn_coin;
public com_carddi com_carddi;
public btn_star btn_star;
public GGraph spine_parent;
public GComponent btn_cash;
public com_CallNum com_CallNum;
public com_ball com_ballleft;
public GGroup group_;
public GButton btn_ballon;
public GGraph zhezhao;
public Transition fx_readygo;
public Transition fx_gameover;
public const string URL = "ui://qrqjiu5slbaa2";
public static com_play CreateInstance()
{
return (com_play)UIPackage.CreateObject("JBingoPlay", "com_play");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
left_top = (GGraph)GetChildAt(0);
right_top = (GGraph)GetChildAt(1);
left_bottom = (GGraph)GetChildAt(2);
right_bottom = (GGraph)GetChildAt(3);
com_prop = (com_prop)GetChildAt(4);
com_AddBall = (com_AddBall)GetChildAt(5);
btn_close = (GButton)GetChildAt(6);
btn_coin = (GComponent)GetChildAt(7);
com_carddi = (com_carddi)GetChildAt(8);
btn_star = (btn_star)GetChildAt(9);
spine_parent = (GGraph)GetChildAt(10);
btn_cash = (GComponent)GetChildAt(11);
com_CallNum = (com_CallNum)GetChildAt(12);
com_ballleft = (com_ball)GetChildAt(13);
group_ = (GGroup)GetChildAt(14);
btn_ballon = (GButton)GetChildAt(15);
zhezhao = (GGraph)GetChildAt(16);
fx_readygo = GetTransitionAt(0);
fx_gameover = GetTransitionAt(1);
}
}
}