fix:1、添加项目
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.PC_NetIdle
|
||||
{
|
||||
public class PC_NetIdleBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
||||
UIObjectFactory.SetPackageItemExtension(com_Netidle.URL, typeof(com_Netidle));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ed4f710c148147f29d2491170ee40d8
|
||||
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.PC_NetIdle
|
||||
{
|
||||
public partial class com_Netidle : GComponent
|
||||
{
|
||||
public Controller cont_state;
|
||||
public com_loading com_net_loading;
|
||||
public GTextField text_loading;
|
||||
public const string URL = "ui://x7vlnzzckhti0";
|
||||
|
||||
public static com_Netidle CreateInstance()
|
||||
{
|
||||
return (com_Netidle)UIPackage.CreateObject("PC_NetIdle", "com_Netidle");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
com_net_loading = (com_loading)GetChildAt(0);
|
||||
text_loading = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c967565ffb7c41a1bcecfa03ea27957
|
||||
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.PC_NetIdle
|
||||
{
|
||||
public partial class com_loading : GComponent
|
||||
{
|
||||
public GLoader loader_gameicon;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://x7vlnzzcjyke2";
|
||||
|
||||
public static com_loading CreateInstance()
|
||||
{
|
||||
return (com_loading)UIPackage.CreateObject("PC_NetIdle", "com_loading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_gameicon = (GLoader)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 019e197828b6e4b04b8d9a21191dec2a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user