2026-04-22 09:52:55 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
namespace FGUI.LG_AIchat
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
public partial class chat_head : GButton
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public GLoader load_avatar;
|
2026-04-22 11:13:16 +08:00
|
|
|
public const string URL = "ui://tksc66j2ljeg29";
|
2026-04-22 09:52:55 +08:00
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
public static chat_head CreateInstance()
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
return (chat_head)UIPackage.CreateObject("LG_AIchat", "chat_head");
|
2026-04-22 09:52:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
load_avatar = (GLoader)GetChildAt(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|