bingo 项目提交
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/** 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_endpop : GComponent
|
||||
{
|
||||
public Controller cont_end;
|
||||
public Controller cont_giftSwitch;
|
||||
public Controller gift;
|
||||
public GGraph gp_fx;
|
||||
public GTextField text_coin;
|
||||
public GTextField text_cash;
|
||||
public GTextField title;
|
||||
public GTextField txt;
|
||||
public const string URL = "ui://qrqjiu5skmj66";
|
||||
|
||||
public static com_endpop CreateInstance()
|
||||
{
|
||||
return (com_endpop)UIPackage.CreateObject("JBingoPlay", "com_endpop");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_end = GetControllerAt(0);
|
||||
cont_giftSwitch = GetControllerAt(1);
|
||||
gift = GetControllerAt(2);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
text_cash = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
txt = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user