fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P03_SignIn
|
||||
{
|
||||
public partial class btn_sign : GButton
|
||||
{
|
||||
public Controller status;
|
||||
public GImage img_box;
|
||||
public GGraph ani_node;
|
||||
public GTextField reward_num;
|
||||
public GImage gou;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://8ihaqs6isebxc";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
{
|
||||
return (btn_sign)UIPackage.CreateObject("P03_SignIn", "btn_sign");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
status = GetControllerAt(0);
|
||||
img_box = (GImage)GetChildAt(0);
|
||||
ani_node = (GGraph)GetChildAt(2);
|
||||
reward_num = (GTextField)GetChildAt(5);
|
||||
gou = (GImage)GetChildAt(7);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user