bingo 项目提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JTask
|
||||
{
|
||||
public partial class btn_task : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public GTextField text_num;
|
||||
public GTextField text_collect;
|
||||
public GTextField text_done;
|
||||
public const string URL = "ui://qmomwx89n5d56";
|
||||
|
||||
public static btn_task CreateInstance()
|
||||
{
|
||||
return (btn_task)UIPackage.CreateObject("JTask", "btn_task");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(1);
|
||||
text_collect = (GTextField)GetChildAt(2);
|
||||
text_done = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user