fix:1、修改命名空间和文件夹名字
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.Egg_20
|
||||
{
|
||||
public partial class com_egg : GComponent
|
||||
{
|
||||
public com_egg_item egg_item0;
|
||||
public com_egg_item egg_item1;
|
||||
public com_egg_item egg_item2;
|
||||
public com_egg_item egg_item3;
|
||||
public GButton btn_close;
|
||||
public GButton com_gold;
|
||||
public GButton btn_claim_mult;
|
||||
public GButton btn_claim;
|
||||
public GGroup group_cliam;
|
||||
public const string URL = "ui://p75o33vzl7wr0";
|
||||
|
||||
public static com_egg CreateInstance()
|
||||
{
|
||||
return (com_egg)UIPackage.CreateObject("Egg_20", "com_egg");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
egg_item0 = (com_egg_item)GetChildAt(1);
|
||||
egg_item1 = (com_egg_item)GetChildAt(2);
|
||||
egg_item2 = (com_egg_item)GetChildAt(3);
|
||||
egg_item3 = (com_egg_item)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
com_gold = (GButton)GetChildAt(6);
|
||||
btn_claim_mult = (GButton)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
group_cliam = (GGroup)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user