fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** 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 btn_sub : GButton
|
||||
{
|
||||
public Controller Type;
|
||||
public GTextField text_days;
|
||||
public GTextField text_price;
|
||||
public const string URL = "ui://876wwqiki5pmd";
|
||||
|
||||
public static btn_sub CreateInstance()
|
||||
{
|
||||
return (btn_sub)UIPackage.CreateObject("LG_Unlock", "btn_sub");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Type = GetControllerAt(0);
|
||||
text_days = (GTextField)GetChildAt(3);
|
||||
text_price = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user