bingo 项目提交
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** 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_boxdown : GComponent
|
||||
{
|
||||
public Controller com_GiftSwitch;
|
||||
public Controller gift;
|
||||
public GProgressBar pb_box;
|
||||
public GImage icon_102;
|
||||
public GTextField text_aNum;
|
||||
public const string URL = "ui://qrqjiu5sy0npfv";
|
||||
|
||||
public static com_boxdown CreateInstance()
|
||||
{
|
||||
return (com_boxdown)UIPackage.CreateObject("JBingoPlay", "com_boxdown");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_GiftSwitch = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
pb_box = (GProgressBar)GetChildAt(0);
|
||||
icon_102 = (GImage)GetChildAt(2);
|
||||
text_aNum = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user