35 lines
1.0 KiB
C#
35 lines
1.0 KiB
C#
|
|
/** 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_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;
|
||
|
|
public const string URL = "ui://pmf3wbjiez6k21";
|
||
|
|
|
||
|
|
public static com_broadcast1 CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_broadcast1)UIPackage.CreateObject("ACommon", "com_broadcast1");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
btn_record = (GButton)GetChildAt(0);
|
||
|
|
broad_cast_text = (com_broadcast_text1)GetChildAt(1);
|
||
|
|
broad = (GGroup)GetChildAt(2);
|
||
|
|
group_ = (GGroup)GetChildAt(3);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
t1 = GetTransitionAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|