33 lines
952 B
C#
33 lines
952 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.SaveingPot
|
|
{
|
|
public partial class com_broadcast : GComponent
|
|
{
|
|
public GTextField text_0;
|
|
public GTextField text_1;
|
|
public GTextField text_2;
|
|
public GTextField text_3;
|
|
public Transition t1;
|
|
public const string URL = "ui://sddomhj3upx71v";
|
|
|
|
public static com_broadcast CreateInstance()
|
|
{
|
|
return (com_broadcast)UIPackage.CreateObject("SaveingPot", "com_broadcast");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_0 = (GTextField)GetChildAt(1);
|
|
text_1 = (GTextField)GetChildAt(3);
|
|
text_2 = (GTextField)GetChildAt(5);
|
|
text_3 = (GTextField)GetChildAt(7);
|
|
t1 = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |