2026-05-08 11:03:00 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.Common_01
|
|
|
|
|
{
|
|
|
|
|
public partial class broadcast_topitem : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GTextField text_1;
|
|
|
|
|
public Transition t0;
|
2026-05-09 18:00:33 +08:00
|
|
|
public const string URL = "ui://o9974uc5rdgq9c";
|
2026-05-08 11:03:00 +08:00
|
|
|
|
|
|
|
|
public static broadcast_topitem CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (broadcast_topitem)UIPackage.CreateObject("Common_01", "broadcast_topitem");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
text_1 = (GTextField)GetChildAt(1);
|
|
|
|
|
t0 = GetTransitionAt(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|