25 lines
618 B
C#
25 lines
618 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.PLoading
|
||
|
|
{
|
||
|
|
public partial class com_loading : GComponent
|
||
|
|
{
|
||
|
|
public com_pb com_pb;
|
||
|
|
public const string URL = "ui://yz7xhyy5k6ir0";
|
||
|
|
|
||
|
|
public static com_loading CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_loading)UIPackage.CreateObject("PLoading", "com_loading");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
com_pb = (com_pb)GetChildAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|