fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P01_Common
|
||||
{
|
||||
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://o9974uc5ez6k21";
|
||||
|
||||
public static com_broadcast1 CreateInstance()
|
||||
{
|
||||
return (com_broadcast1)UIPackage.CreateObject("P01_Common", "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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user