57 lines
1.9 KiB
C#
57 lines
1.9 KiB
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_playcard : GComponent
|
|
{
|
|
public Controller cont_state;
|
|
public com_prize com_prize;
|
|
public GTextField text_Num;
|
|
public btn_card btn_card1;
|
|
public btn_card btn_card2;
|
|
public btn_card btn_card3;
|
|
public btn_card btn_card4;
|
|
public btn_card btn_card5;
|
|
public btn_card btn_card6;
|
|
public btn_card btn_card7;
|
|
public btn_card btn_card8;
|
|
public btn_card btn_card9;
|
|
public GButton btn_collect;
|
|
public GRichTextField text_no;
|
|
public GButton btn_video;
|
|
public Transition fx_show;
|
|
public Transition fx_pick;
|
|
public const string URL = "ui://qrqjiu5slbaa0";
|
|
|
|
public static com_playcard CreateInstance()
|
|
{
|
|
return (com_playcard)UIPackage.CreateObject("JBingoPlay", "com_playcard");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
cont_state = GetControllerAt(0);
|
|
com_prize = (com_prize)GetChildAt(0);
|
|
text_Num = (GTextField)GetChildAt(1);
|
|
btn_card1 = (btn_card)GetChildAt(2);
|
|
btn_card2 = (btn_card)GetChildAt(3);
|
|
btn_card3 = (btn_card)GetChildAt(4);
|
|
btn_card4 = (btn_card)GetChildAt(5);
|
|
btn_card5 = (btn_card)GetChildAt(6);
|
|
btn_card6 = (btn_card)GetChildAt(7);
|
|
btn_card7 = (btn_card)GetChildAt(8);
|
|
btn_card8 = (btn_card)GetChildAt(9);
|
|
btn_card9 = (btn_card)GetChildAt(10);
|
|
btn_collect = (GButton)GetChildAt(11);
|
|
text_no = (GRichTextField)GetChildAt(12);
|
|
btn_video = (GButton)GetChildAt(13);
|
|
fx_show = GetTransitionAt(0);
|
|
fx_pick = GetTransitionAt(1);
|
|
}
|
|
}
|
|
} |