39 lines
1.2 KiB
C#
39 lines
1.2 KiB
C#
/** 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(2);
|
|
btn_pay = (GButton)GetChildAt(13);
|
|
btn_vip = (GButton)GetChildAt(14);
|
|
btn_download = (GButton)GetChildAt(15);
|
|
btn_watch = (GButton)GetChildAt(16);
|
|
btn_download_coin = (GButton)GetChildAt(17);
|
|
}
|
|
}
|
|
} |