fix:1、更换项目,使用winter来创建
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.LG_secretAlbums
|
||||
{
|
||||
public partial class item_scalnums : GComponent
|
||||
{
|
||||
public Controller un_lock;
|
||||
public Controller hot;
|
||||
public Controller vip;
|
||||
public com_pic com_pic;
|
||||
public GButton btn_null;
|
||||
public GTextField text_id;
|
||||
public GTextField peple_num;
|
||||
public btn_unlock btn_unlock;
|
||||
public GGroup hot_2;
|
||||
public const string URL = "ui://t5s0mx99cv0e7";
|
||||
|
||||
public static item_scalnums CreateInstance()
|
||||
{
|
||||
return (item_scalnums)UIPackage.CreateObject("LG_secretAlbums", "item_scalnums");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
un_lock = GetControllerAt(0);
|
||||
hot = GetControllerAt(1);
|
||||
vip = GetControllerAt(2);
|
||||
com_pic = (com_pic)GetChildAt(0);
|
||||
btn_null = (GButton)GetChildAt(1);
|
||||
text_id = (GTextField)GetChildAt(6);
|
||||
peple_num = (GTextField)GetChildAt(7);
|
||||
btn_unlock = (btn_unlock)GetChildAt(8);
|
||||
hot_2 = (GGroup)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user