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