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_AIchat
|
||||
{
|
||||
public partial class com_chatChoose : GComponent
|
||||
{
|
||||
public btn_chooseItem btn_0;
|
||||
public btn_chooseItem btn_1;
|
||||
public btn_chooseItem btn_2;
|
||||
public GButton btn_gold;
|
||||
public GTextField text_describe;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://tksc66j2cv0e6";
|
||||
|
||||
public static com_chatChoose CreateInstance()
|
||||
{
|
||||
return (com_chatChoose)UIPackage.CreateObject("LG_AIchat", "com_chatChoose");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_0 = (btn_chooseItem)GetChildAt(1);
|
||||
btn_1 = (btn_chooseItem)GetChildAt(2);
|
||||
btn_2 = (btn_chooseItem)GetChildAt(3);
|
||||
btn_gold = (GButton)GetChildAt(4);
|
||||
text_describe = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user