Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_AIchat/com_chat.cs
T

47 lines
1.5 KiB
C#

/** 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);
}
}
}