首次提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.A001_bigImg
|
||||
{
|
||||
public class A001_bigImgBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_loadingbg.URL, typeof(com_loadingbg));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 70bd1019e4ede0a46a4084f57c37a355
|
||||
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.A001_bigImg
|
||||
{
|
||||
public partial class com_loadingbg : GComponent
|
||||
{
|
||||
public GGraph bg_parent;
|
||||
public GGraph light_parent;
|
||||
public const string URL = "ui://4lkrp0l7xgqvkf";
|
||||
|
||||
public static com_loadingbg CreateInstance()
|
||||
{
|
||||
return (com_loadingbg)UIPackage.CreateObject("A001_bigImg", "com_loadingbg");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aea28dba111d4c24dacabe50bd14c282
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user