fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P18_ShopView
|
||||
{
|
||||
public class P18_ShopViewBinder
|
||||
{
|
||||
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_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buy_confirm.URL, typeof(com_buy_confirm));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ee43b5f829a0940feadac7f312bc4338
|
||||
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.P18_ShopView
|
||||
{
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GRichTextField btn_text;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://5crzgdh6d3a90";
|
||||
|
||||
public static btn_buy CreateInstance()
|
||||
{
|
||||
return (btn_buy)UIPackage.CreateObject("P18_ShopView", "btn_buy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GRichTextField)GetChildAt(2);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8da89f3961db447b7925af994559a963
|
||||
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.P18_ShopView
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://5crzgdh6oea02c";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("P18_ShopView", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: effbc5f41f03219429433a8c31b9cdd6
|
||||
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.P18_ShopView
|
||||
{
|
||||
public partial class btn_watchAd1 : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://5crzgdh6re5l1o";
|
||||
|
||||
public static btn_watchAd1 CreateInstance()
|
||||
{
|
||||
return (btn_watchAd1)UIPackage.CreateObject("P18_ShopView", "btn_watchAd1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GTextField)GetChildAt(1);
|
||||
watch = (GTextField)GetChildAt(2);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ea7f1df840a554351bcb6c2a0a7096a2
|
||||
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.P18_ShopView
|
||||
{
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public GImage gold;
|
||||
public GTextField coin_text;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public GTextField text_ads;
|
||||
public GTextField text_tips;
|
||||
public const string URL = "ui://5crzgdh6d3a91";
|
||||
|
||||
public static buygold_item CreateInstance()
|
||||
{
|
||||
return (buygold_item)UIPackage.CreateObject("P18_ShopView", "buygold_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
gold = (GImage)GetChildAt(2);
|
||||
coin_text = (GTextField)GetChildAt(6);
|
||||
btn_buy = (btn_buy)GetChildAt(7);
|
||||
off_text = (GTextField)GetChildAt(9);
|
||||
content_text = (GTextField)GetChildAt(10);
|
||||
discount = (GGroup)GetChildAt(11);
|
||||
text_ads = (GTextField)GetChildAt(12);
|
||||
text_tips = (GTextField)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 88fc39841ad914468a6da0666889adb7
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P18_ShopView
|
||||
{
|
||||
public partial class com_buy_confirm : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GButton btn_close;
|
||||
public GTextField lab_des;
|
||||
public GTextField lab_have_ads;
|
||||
public GButton btn_continue;
|
||||
public GButton btn_no_thanks;
|
||||
public GTextField lab_coin;
|
||||
public GTextField lab_revoke;
|
||||
public GTextField lab_refresh;
|
||||
public GTextField lab_remove;
|
||||
public const string URL = "ui://5crzgdh6v0m91p";
|
||||
|
||||
public static com_buy_confirm CreateInstance()
|
||||
{
|
||||
return (com_buy_confirm)UIPackage.CreateObject("P18_ShopView", "com_buy_confirm");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
lab_des = (GTextField)GetChildAt(3);
|
||||
lab_have_ads = (GTextField)GetChildAt(5);
|
||||
btn_continue = (GButton)GetChildAt(7);
|
||||
btn_no_thanks = (GButton)GetChildAt(8);
|
||||
lab_coin = (GTextField)GetChildAt(14);
|
||||
lab_revoke = (GTextField)GetChildAt(22);
|
||||
lab_refresh = (GTextField)GetChildAt(23);
|
||||
lab_remove = (GTextField)GetChildAt(24);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0df5da765f13d674387d76cd107deab2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P18_ShopView
|
||||
{
|
||||
public partial class com_buygold : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close;
|
||||
public GButton top_gold;
|
||||
public GTextField text_my_ads;
|
||||
public btn_watchAd1 btn_watch;
|
||||
public GGraph ani_node;
|
||||
public btn_get btn_pack;
|
||||
public GTextField lab_coin;
|
||||
public GTextField lab_undo;
|
||||
public GTextField lab_remove;
|
||||
public GTextField lab_refresh;
|
||||
public GTextField lab_pack_need;
|
||||
public GGroup group_pack;
|
||||
public GList gold_list;
|
||||
public GGroup panel;
|
||||
public Transition show1;
|
||||
public Transition show2;
|
||||
public Transition hide1;
|
||||
public Transition hide2;
|
||||
public const string URL = "ui://5crzgdh6d3a92";
|
||||
|
||||
public static com_buygold CreateInstance()
|
||||
{
|
||||
return (com_buygold)UIPackage.CreateObject("P18_ShopView", "com_buygold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
top_gold = (GButton)GetChildAt(2);
|
||||
text_my_ads = (GTextField)GetChildAt(4);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(5);
|
||||
ani_node = (GGraph)GetChildAt(8);
|
||||
btn_pack = (btn_get)GetChildAt(9);
|
||||
lab_coin = (GTextField)GetChildAt(18);
|
||||
lab_undo = (GTextField)GetChildAt(19);
|
||||
lab_remove = (GTextField)GetChildAt(20);
|
||||
lab_refresh = (GTextField)GetChildAt(21);
|
||||
lab_pack_need = (GTextField)GetChildAt(22);
|
||||
group_pack = (GGroup)GetChildAt(23);
|
||||
gold_list = (GList)GetChildAt(25);
|
||||
panel = (GGroup)GetChildAt(28);
|
||||
show1 = GetTransitionAt(0);
|
||||
show2 = GetTransitionAt(1);
|
||||
hide1 = GetTransitionAt(2);
|
||||
hide2 = GetTransitionAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 513b38899cffa4fd8af9cb476145cab6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user