提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.SLoading
|
||||
{
|
||||
public class SLoadingBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_login_a.URL, typeof(com_login_a));
|
||||
UIObjectFactory.SetPackageItemExtension(pb_bar.URL, typeof(pb_bar));
|
||||
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ba8178c616674f429656639846491e3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.SLoading
|
||||
{
|
||||
public partial class com_loading : GComponent
|
||||
{
|
||||
public GGraph title_parent;
|
||||
public GGraph logo_parent;
|
||||
public pb_bar pb_loading;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://pc0wa25bt268a";
|
||||
|
||||
public static com_loading CreateInstance()
|
||||
{
|
||||
return (com_loading)UIPackage.CreateObject("SLoading", "com_loading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title_parent = (GGraph)GetChildAt(0);
|
||||
logo_parent = (GGraph)GetChildAt(1);
|
||||
pb_loading = (pb_bar)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 40e1eebcf1b4f2c458a8f10e72654024
|
||||
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.SLoading
|
||||
{
|
||||
public partial class com_login_a : GComponent
|
||||
{
|
||||
public GTextField text_uid;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://pc0wa25bdz5j6";
|
||||
|
||||
public static com_login_a CreateInstance()
|
||||
{
|
||||
return (com_login_a)UIPackage.CreateObject("SLoading", "com_login_a");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_uid = (GTextField)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9f5203bde8a473d42ba9ea6bf9b48c93
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.SLoading
|
||||
{
|
||||
public partial class pb_bar : GProgressBar
|
||||
{
|
||||
public GImage Progress;
|
||||
public GImage grip;
|
||||
public GTextField text_status;
|
||||
public const string URL = "ui://pc0wa25bk0fgk";
|
||||
|
||||
public static pb_bar CreateInstance()
|
||||
{
|
||||
return (pb_bar)UIPackage.CreateObject("SLoading", "pb_bar");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Progress = (GImage)GetChildAt(2);
|
||||
grip = (GImage)GetChildAt(3);
|
||||
text_status = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46b07d16f1f3c9545920eaf0888c64c9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user