fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P13_AddOne
|
||||
{
|
||||
public class P13_AddOneBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(com_title.URL, typeof(com_title));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_new.URL, typeof(com_addView_new));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_gold_buy.URL, typeof(btn_gold_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add_watch.URL, typeof(btn_add_watch));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2dfd0176e5220ff4eb009f68a97c13c7
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P13_AddOne
|
||||
{
|
||||
public partial class btn_add_watch : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://cwrkvs46kbzoy";
|
||||
|
||||
public static btn_add_watch CreateInstance()
|
||||
{
|
||||
return (btn_add_watch)UIPackage.CreateObject("P13_AddOne", "btn_add_watch");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9a1effc8c9c914ba5979b72f9cb29d9a
|
||||
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.P13_AddOne
|
||||
{
|
||||
public partial class btn_gold_buy : GButton
|
||||
{
|
||||
public GTextField text_num;
|
||||
public const string URL = "ui://cwrkvs46kbzo7t";
|
||||
|
||||
public static btn_gold_buy CreateInstance()
|
||||
{
|
||||
return (btn_gold_buy)UIPackage.CreateObject("P13_AddOne", "btn_gold_buy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 136eebf087b88494dbb44fc499ae3529
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,49 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P13_AddOne
|
||||
{
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public com_title com_tips;
|
||||
public com_pic com_pic;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GGraph ani_node;
|
||||
public GComponent broad;
|
||||
public btn_gold_buy btn_gold_buy;
|
||||
public btn_add_watch btn_watch_ad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
{
|
||||
return (com_addView)UIPackage.CreateObject("P13_AddOne", "com_addView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_tips = (com_title)GetChildAt(5);
|
||||
com_pic = (com_pic)GetChildAt(6);
|
||||
btn_watch = (GButton)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
ads = (GTextField)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
ani_node = (GGraph)GetChildAt(12);
|
||||
broad = (GComponent)GetChildAt(13);
|
||||
btn_gold_buy = (btn_gold_buy)GetChildAt(14);
|
||||
btn_watch_ad = (btn_add_watch)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 78b6efddf6acc61459c04b9e3d2bcb37
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,63 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P13_AddOne
|
||||
{
|
||||
public partial class com_addView_new : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField text_level;
|
||||
public GButton btn_play;
|
||||
public GTextField lab_title;
|
||||
public GTextField lab_title_2;
|
||||
public GTextField lab_title_3;
|
||||
public GTextField text_out;
|
||||
public GTextField text_back;
|
||||
public GTextField text_refresh;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GButton btn_close;
|
||||
public GGraph ani_powerup;
|
||||
public GButton btn_up;
|
||||
public GButton btn_watch;
|
||||
public GGraph ani_parent1;
|
||||
public GGraph ani_parent2;
|
||||
public GButton btn_addout;
|
||||
public GButton btn_addback;
|
||||
public GButton btn_addrefresh;
|
||||
public const string URL = "ui://cwrkvs46belrj";
|
||||
|
||||
public static com_addView_new CreateInstance()
|
||||
{
|
||||
return (com_addView_new)UIPackage.CreateObject("P13_AddOne", "com_addView_new");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
btn_play = (GButton)GetChildAt(4);
|
||||
lab_title = (GTextField)GetChildAt(6);
|
||||
lab_title_2 = (GTextField)GetChildAt(7);
|
||||
lab_title_3 = (GTextField)GetChildAt(9);
|
||||
text_out = (GTextField)GetChildAt(16);
|
||||
text_back = (GTextField)GetChildAt(17);
|
||||
text_refresh = (GTextField)GetChildAt(18);
|
||||
ads = (GTextField)GetChildAt(19);
|
||||
btn_max_pay = (GButton)GetChildAt(20);
|
||||
btn_close = (GButton)GetChildAt(21);
|
||||
ani_powerup = (GGraph)GetChildAt(22);
|
||||
btn_up = (GButton)GetChildAt(23);
|
||||
btn_watch = (GButton)GetChildAt(24);
|
||||
ani_parent1 = (GGraph)GetChildAt(25);
|
||||
ani_parent2 = (GGraph)GetChildAt(26);
|
||||
btn_addout = (GButton)GetChildAt(27);
|
||||
btn_addback = (GButton)GetChildAt(28);
|
||||
btn_addrefresh = (GButton)GetChildAt(29);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b34d6701ce5412542919744a77ae9527
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,49 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P13_AddOne
|
||||
{
|
||||
public partial class com_addView_off : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public com_title com_tips;
|
||||
public com_pic com_pic;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GGraph ani_node;
|
||||
public GTextField text_old_price;
|
||||
public GTextField text_time;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://cwrkvs46i5lxf";
|
||||
|
||||
public static com_addView_off CreateInstance()
|
||||
{
|
||||
return (com_addView_off)UIPackage.CreateObject("P13_AddOne", "com_addView_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_tips = (com_title)GetChildAt(5);
|
||||
com_pic = (com_pic)GetChildAt(6);
|
||||
btn_watch = (GButton)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
ads = (GTextField)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
ani_node = (GGraph)GetChildAt(12);
|
||||
text_old_price = (GTextField)GetChildAt(13);
|
||||
text_time = (GTextField)GetChildAt(18);
|
||||
broad = (GComponent)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2a4ad905e2cf26f498eff35c716e885c
|
||||
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.P13_AddOne
|
||||
{
|
||||
public partial class com_pic : GComponent
|
||||
{
|
||||
public GImage tu1;
|
||||
public const string URL = "ui://cwrkvs469eoj8";
|
||||
|
||||
public static com_pic CreateInstance()
|
||||
{
|
||||
return (com_pic)UIPackage.CreateObject("P13_AddOne", "com_pic");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
tu1 = (GImage)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2fe81ac7f74958b498a4b0ff5e3e0cb6
|
||||
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.P13_AddOne
|
||||
{
|
||||
public partial class com_title : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GTextField title;
|
||||
public const string URL = "ui://cwrkvs469eoj7";
|
||||
|
||||
public static com_title CreateInstance()
|
||||
{
|
||||
return (com_title)UIPackage.CreateObject("P13_AddOne", "com_title");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 832820260d06926409a5fd3e447a75dd
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user