fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class com_three_days : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GGraph ani_bg;
|
||||
public GGraph node_end;
|
||||
public GGraph ani_title;
|
||||
public com_item day1;
|
||||
public com_item day2;
|
||||
public com_item day3;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_get;
|
||||
public btn_watchAd btn_buypack;
|
||||
public GButton btn_close;
|
||||
public GGroup groups;
|
||||
public const string URL = "ui://k972hayzke930";
|
||||
|
||||
public static com_three_days CreateInstance()
|
||||
{
|
||||
return (com_three_days)UIPackage.CreateObject("threeDaysGift", "com_three_days");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
ani_bg = (GGraph)GetChildAt(0);
|
||||
node_end = (GGraph)GetChildAt(1);
|
||||
ani_title = (GGraph)GetChildAt(2);
|
||||
day1 = (com_item)GetChildAt(4);
|
||||
day2 = (com_item)GetChildAt(5);
|
||||
day3 = (com_item)GetChildAt(6);
|
||||
text_have = (GTextField)GetChildAt(7);
|
||||
need_text = (GTextField)GetChildAt(8);
|
||||
btn_max_pack = (GButton)GetChildAt(10);
|
||||
btn_get = (GButton)GetChildAt(11);
|
||||
btn_buypack = (btn_watchAd)GetChildAt(12);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
groups = (GGroup)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user