33 lines
953 B
C#
33 lines
953 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.G002_login
|
|
{
|
|
public partial class com_login : GComponent
|
|
{
|
|
public GButton btn_play;
|
|
public GComponent com_blklist1;
|
|
public GButton btn_debug;
|
|
public GButton btn_showmax;
|
|
public Transition logo;
|
|
public const string URL = "ui://idbyf66gknau5";
|
|
|
|
public static com_login CreateInstance()
|
|
{
|
|
return (com_login)UIPackage.CreateObject("G002_login", "com_login");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
btn_play = (GButton)GetChildAt(0);
|
|
com_blklist1 = (GComponent)GetChildAt(1);
|
|
btn_debug = (GButton)GetChildAt(2);
|
|
btn_showmax = (GButton)GetChildAt(3);
|
|
logo = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |