fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_store_17
|
||||
{
|
||||
public class ZM_store_17Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy.URL, typeof(btn_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(buygold_item.URL, typeof(buygold_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buygold.URL, typeof(com_buygold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b26f9d2dc8083495daf732c4977de7b1
|
||||
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.ZM_store_17
|
||||
{
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public Controller index;
|
||||
public GTextField btn_text;
|
||||
public const string URL = "ui://5crzgdh6d3a90";
|
||||
|
||||
public static btn_buy CreateInstance()
|
||||
{
|
||||
return (btn_buy)UIPackage.CreateObject("ZM_store_17", "btn_buy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
index = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c2aa4215af5104e16a316f17863e0b8a
|
||||
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.ZM_store_17
|
||||
{
|
||||
public partial class btn_watchAd1 : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public const string URL = "ui://5crzgdh6re5l1o";
|
||||
|
||||
public static btn_watchAd1 CreateInstance()
|
||||
{
|
||||
return (btn_watchAd1)UIPackage.CreateObject("ZM_store_17", "btn_watchAd1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GTextField)GetChildAt(1);
|
||||
watch = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 44c58c839d8dc428780970f5590200e7
|
||||
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_store_17
|
||||
{
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public GTextField coin_text;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField text_ads;
|
||||
public const string URL = "ui://5crzgdh6d3a91";
|
||||
|
||||
public static buygold_item CreateInstance()
|
||||
{
|
||||
return (buygold_item)UIPackage.CreateObject("ZM_store_17", "buygold_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
coin_text = (GTextField)GetChildAt(1);
|
||||
btn_buy = (btn_buy)GetChildAt(3);
|
||||
text_ads = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a18c13747f5814409af44a80de97ebc9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_store_17
|
||||
{
|
||||
public partial class com_buygold : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton com_head;
|
||||
public GList gold_list;
|
||||
public GButton top_gold;
|
||||
public GTextField text_my_ads;
|
||||
public btn_watchAd1 btn_watch;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://5crzgdh6d3a92";
|
||||
|
||||
public static com_buygold CreateInstance()
|
||||
{
|
||||
return (com_buygold)UIPackage.CreateObject("ZM_store_17", "com_buygold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
com_head = (GButton)GetChildAt(1);
|
||||
gold_list = (GList)GetChildAt(2);
|
||||
top_gold = (GButton)GetChildAt(3);
|
||||
text_my_ads = (GTextField)GetChildAt(5);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c5483053719d443ac9492b8daa71c2ac
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user