fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G016_WB
|
||||
{
|
||||
public partial class com_webtop : GComponent
|
||||
{
|
||||
public GTextField text_num;
|
||||
public GProgressBar pb_num;
|
||||
public GTextField text_more1;
|
||||
public GTextField text_more;
|
||||
public GTextField text_more2;
|
||||
public GButton btn_out;
|
||||
public GImage icon_102;
|
||||
public const string URL = "ui://bfkmhq3qfbkwe";
|
||||
|
||||
public static com_webtop CreateInstance()
|
||||
{
|
||||
return (com_webtop)UIPackage.CreateObject("G016_WB", "com_webtop");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_num = (GTextField)GetChildAt(1);
|
||||
pb_num = (GProgressBar)GetChildAt(2);
|
||||
text_more1 = (GTextField)GetChildAt(3);
|
||||
text_more = (GTextField)GetChildAt(4);
|
||||
text_more2 = (GTextField)GetChildAt(5);
|
||||
btn_out = (GButton)GetChildAt(6);
|
||||
icon_102 = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user