29 lines
837 B
C#
29 lines
837 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 item_scAlbumPreview : GComponent
|
||
|
|
{
|
||
|
|
public Controller state;
|
||
|
|
public com_pic_in com_pic_in;
|
||
|
|
public GButton btn_detail;
|
||
|
|
public const string URL = "ui://t5s0mx99cv0ee";
|
||
|
|
|
||
|
|
public static item_scAlbumPreview CreateInstance()
|
||
|
|
{
|
||
|
|
return (item_scAlbumPreview)UIPackage.CreateObject("LG_secretAlbums", "item_scAlbumPreview");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
state = GetControllerAt(0);
|
||
|
|
com_pic_in = (com_pic_in)GetChildAt(0);
|
||
|
|
btn_detail = (GButton)GetChildAt(3);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|