fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** 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 com_secretDetail : GComponent
|
||||
{
|
||||
public Controller is_vip;
|
||||
public GButton btn_download;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_close;
|
||||
public GButton btn_download_coin;
|
||||
public const string URL = "ui://t5s0mx99pjnn1n";
|
||||
|
||||
public static com_secretDetail CreateInstance()
|
||||
{
|
||||
return (com_secretDetail)UIPackage.CreateObject("LG_secretAlbums", "com_secretDetail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
is_vip = GetControllerAt(0);
|
||||
btn_download = (GButton)GetChildAt(0);
|
||||
com_loader = (GComponent)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
btn_download_coin = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user