ball 项目提交
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Loading_25
|
||||
{
|
||||
public class ZM_Loading_25Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pb.URL, typeof(com_pb));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dbcad193cedb54419bf479976b71c1ad
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Loading_25
|
||||
{
|
||||
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("ZM_Loading_25", "com_loading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_pb = (com_pb)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f84086e087e6446b9a4d1b9e0fb2fbae
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Loading_25
|
||||
{
|
||||
public partial class com_pb : GProgressBar
|
||||
{
|
||||
public GTextField text_status;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://yz7xhyy5k6ir2";
|
||||
|
||||
public static com_pb CreateInstance()
|
||||
{
|
||||
return (com_pb)UIPackage.CreateObject("ZM_Loading_25", "com_pb");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_status = (GTextField)GetChildAt(3);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8f9d60b60baa1436ab7eaa25fd6f2054
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user