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 com_broadcast1 : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GButton btn_record;
|
|
|
|
|
public com_broadcast_text1 broad_cast_text;
|
|
|
|
|
public GGroup broad;
|
|
|
|
|
public GGroup group_;
|
|
|
|
|
public Transition t0;
|
|
|
|
|
public Transition t1;
|
2026-05-09 18:00:33 +08:00
|
|
|
public const string URL = "ui://o9974uc5qp92ao";
|
2026-05-08 11:03:00 +08:00
|
|
|
|
|
|
|
|
public static com_broadcast1 CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_broadcast1)UIPackage.CreateObject("Common_01", "com_broadcast1");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
btn_record = (GButton)GetChildAt(1);
|
|
|
|
|
broad_cast_text = (com_broadcast_text1)GetChildAt(2);
|
|
|
|
|
broad = (GGroup)GetChildAt(3);
|
|
|
|
|
group_ = (GGroup)GetChildAt(4);
|
|
|
|
|
t0 = GetTransitionAt(0);
|
|
|
|
|
t1 = GetTransitionAt(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|