bingo 项目提交
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JRewardPop
|
||||
{
|
||||
public partial class com_extraItem : GComponent
|
||||
{
|
||||
public Controller cont_extra;
|
||||
public Controller curr_type;
|
||||
public GTextField title;
|
||||
public GTextField text_num;
|
||||
public GButton closeButton;
|
||||
public GButton btn_more;
|
||||
public com_roll com_roll;
|
||||
public GTextField text_cardnum;
|
||||
public btn_claim btn_claim;
|
||||
public const string URL = "ui://tm1qhgb4n5d50";
|
||||
|
||||
public static com_extraItem CreateInstance()
|
||||
{
|
||||
return (com_extraItem)UIPackage.CreateObject("JRewardPop", "com_extraItem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_extra = GetControllerAt(0);
|
||||
curr_type = GetControllerAt(1);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
btn_more = (GButton)GetChildAt(7);
|
||||
com_roll = (com_roll)GetChildAt(8);
|
||||
text_cardnum = (GTextField)GetChildAt(12);
|
||||
btn_claim = (btn_claim)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user