fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public partial class com_SubUnlock : GComponent
|
||||
{
|
||||
public GTextField text_unlockAlbum;
|
||||
public GTextField text_unlockLive;
|
||||
public btn_sub btn_vip0;
|
||||
public btn_sub btn_vip1;
|
||||
public btn_sub btn_vip2;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqiki5pmc";
|
||||
|
||||
public static com_SubUnlock CreateInstance()
|
||||
{
|
||||
return (com_SubUnlock)UIPackage.CreateObject("LG_Unlock", "com_SubUnlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_unlockAlbum = (GTextField)GetChildAt(2);
|
||||
text_unlockLive = (GTextField)GetChildAt(3);
|
||||
btn_vip0 = (btn_sub)GetChildAt(5);
|
||||
btn_vip1 = (btn_sub)GetChildAt(6);
|
||||
btn_vip2 = (btn_sub)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user