fix:1、修改命名空间和文件夹名字
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.ZM_Pack_16
|
||||
{
|
||||
public class ZM_Pack_16Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_passunlock.URL, typeof(com_passunlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 947813f5a49c844bb84ebe3c0858796c
|
||||
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.ZM_Pack_16
|
||||
{
|
||||
public partial class com_adcoming : GComponent
|
||||
{
|
||||
public GTextField money_text;
|
||||
public GButton btn_removead;
|
||||
public GTextField time_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://5gv9hkgsrnhkl";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("ZM_Pack_16", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
money_text = (GTextField)GetChildAt(0);
|
||||
btn_removead = (GButton)GetChildAt(1);
|
||||
time_text = (GTextField)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e49a7b97033f04998ad3eb3e41bd2484
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Pack_16
|
||||
{
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift_switch;
|
||||
public com_pic loader;
|
||||
public GButton btn_close;
|
||||
public GTextField text_allgold;
|
||||
public GButton btn_buypass;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://5gv9hkgsd3a91";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("ZM_Pack_16", "com_passunlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift_switch = GetControllerAt(1);
|
||||
loader = (com_pic)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
text_allgold = (GTextField)GetChildAt(7);
|
||||
btn_buypass = (GButton)GetChildAt(8);
|
||||
tips = (GTextField)GetChildAt(9);
|
||||
ads = (GTextField)GetChildAt(10);
|
||||
btn_max_pay = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d3c8ba9b51c7e4a19bf3543553948569
|
||||
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_Pack_16
|
||||
{
|
||||
public partial class com_pic : GComponent
|
||||
{
|
||||
public GLoader picture;
|
||||
public const string URL = "ui://5gv9hkgsvkof1b";
|
||||
|
||||
public static com_pic CreateInstance()
|
||||
{
|
||||
return (com_pic)UIPackage.CreateObject("ZM_Pack_16", "com_pic");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
picture = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e6de44be224d69c48933b60d39bb86ab
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user