fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class com_broadcast : GComponent
|
||||
{
|
||||
public GRichTextField text_0;
|
||||
public GRichTextField text_1;
|
||||
public GRichTextField text_2;
|
||||
public GRichTextField text_3;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://md8tkwlzupx71v";
|
||||
|
||||
public static com_broadcast CreateInstance()
|
||||
{
|
||||
return (com_broadcast)UIPackage.CreateObject("tixian", "com_broadcast");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_0 = (GRichTextField)GetChildAt(1);
|
||||
text_1 = (GRichTextField)GetChildAt(3);
|
||||
text_2 = (GRichTextField)GetChildAt(5);
|
||||
text_3 = (GRichTextField)GetChildAt(7);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user