29 lines
807 B
C#
29 lines
807 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_loading : GComponent
|
||
|
|
{
|
||
|
|
public GProgressBar pb_loading;
|
||
|
|
public GTextField text_severStatus;
|
||
|
|
public Transition t0;
|
||
|
|
public const string URL = "ui://pc0wa25bt268a";
|
||
|
|
|
||
|
|
public static com_loading CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_loading)UIPackage.CreateObject("JLoading", "com_loading");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
pb_loading = (GProgressBar)GetChildAt(0);
|
||
|
|
text_severStatus = (GTextField)GetChildAt(1);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|