fix:1、更换项目,使用winter来创建

This commit is contained in:
2026-04-22 11:13:16 +08:00
parent 173cfb2dc9
commit 83ff9f71ad
7375 changed files with 209752 additions and 157557 deletions
@@ -0,0 +1,47 @@
/** 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_chat : GComponent
{
public Controller type;
public Controller have_free;
public GList list_;
public GTextInput input_message;
public btn_send btn_send;
public GButton btn_photo;
public GButton btn_video;
public GTextField text_name;
public GButton btn_gold;
public btn_tophead btn_tophead;
public GGroup group_;
public GButton btn_close;
public const string URL = "ui://tksc66j2cv0ea";
public static com_chat CreateInstance()
{
return (com_chat)UIPackage.CreateObject("LG_AIchat", "com_chat");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
have_free = GetControllerAt(1);
list_ = (GList)GetChildAt(6);
input_message = (GTextInput)GetChildAt(7);
btn_send = (btn_send)GetChildAt(8);
btn_photo = (GButton)GetChildAt(9);
btn_video = (GButton)GetChildAt(10);
text_name = (GTextField)GetChildAt(12);
btn_gold = (GButton)GetChildAt(13);
btn_tophead = (btn_tophead)GetChildAt(14);
group_ = (GGroup)GetChildAt(15);
btn_close = (GButton)GetChildAt(16);
}
}
}