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