2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.ACommon
|
|
|
|
|
{
|
|
|
|
|
public partial class com_broadcast_text1 : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GRichTextField cast_text;
|
|
|
|
|
public GButton btn_broad;
|
|
|
|
|
public const string URL = "ui://pmf3wbjiez6k22";
|
|
|
|
|
|
|
|
|
|
public static com_broadcast_text1 CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_broadcast_text1)UIPackage.CreateObject("ACommon", "com_broadcast_text1");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
cast_text = (GRichTextField)GetChildAt(1);
|
2026-06-04 13:57:53 +08:00
|
|
|
btn_broad = (GButton)GetChildAt(2);
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|