35 lines
1017 B
C#
35 lines
1017 B
C#
/** 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_pickBox : GComponent
|
|
{
|
|
public btn_box box1;
|
|
public btn_box box2;
|
|
public btn_box box3;
|
|
public btn_box box4;
|
|
public GButton closeButton;
|
|
public com_boxdown com_boxdown;
|
|
public const string URL = "ui://qrqjiu5sy0npfs";
|
|
|
|
public static com_pickBox CreateInstance()
|
|
{
|
|
return (com_pickBox)UIPackage.CreateObject("JBingoPlay", "com_pickBox");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
box1 = (btn_box)GetChildAt(1);
|
|
box2 = (btn_box)GetChildAt(2);
|
|
box3 = (btn_box)GetChildAt(3);
|
|
box4 = (btn_box)GetChildAt(4);
|
|
closeButton = (GButton)GetChildAt(5);
|
|
com_boxdown = (com_boxdown)GetChildAt(6);
|
|
}
|
|
}
|
|
} |