33 lines
1012 B
C#
33 lines
1012 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |