27 lines
697 B
C#
27 lines
697 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JLoading
|
||
|
|
{
|
||
|
|
public partial class com_login_a : GComponent
|
||
|
|
{
|
||
|
|
public GTextField text_uid;
|
||
|
|
public Transition t0;
|
||
|
|
public const string URL = "ui://pc0wa25bdz5j6";
|
||
|
|
|
||
|
|
public static com_login_a CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_login_a)UIPackage.CreateObject("JLoading", "com_login_a");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
text_uid = (GTextField)GetChildAt(2);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|