fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_albums
|
||||
{
|
||||
public partial class item_albumsDetails : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller is_vip;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_vip;
|
||||
public GButton btn_download;
|
||||
public GButton btn_watch;
|
||||
public GButton btn_download_coin;
|
||||
public const string URL = "ui://t2afqnutcv0e9";
|
||||
|
||||
public static item_albumsDetails CreateInstance()
|
||||
{
|
||||
return (item_albumsDetails)UIPackage.CreateObject("LG_albums", "item_albumsDetails");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
is_vip = GetControllerAt(1);
|
||||
com_loader = (GComponent)GetChildAt(1);
|
||||
btn_pay = (GButton)GetChildAt(12);
|
||||
btn_vip = (GButton)GetChildAt(13);
|
||||
btn_download = (GButton)GetChildAt(14);
|
||||
btn_watch = (GButton)GetChildAt(15);
|
||||
btn_download_coin = (GButton)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user