fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -19,6 +19,7 @@ namespace FGUI.Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_rank.URL, typeof(btn_rank));
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_max_buy.URL, typeof(btn_max_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_curr.URL, typeof(btn_curr));
|
||||
UIObjectFactory.SetPackageItemExtension(com_gold.URL, typeof(com_gold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_petty : GButton
|
||||
{
|
||||
public GGroup kuang;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5o5jed0";
|
||||
|
||||
public static btn_petty CreateInstance()
|
||||
{
|
||||
return (btn_petty)UIPackage.CreateObject("Common_01", "btn_petty");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
kuang = (GGroup)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7fe4eff102eb543e880157b8d2a41e21
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.Common_01
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_panel = (GGraph)GetChildAt(0);
|
||||
cast_text = (GRichTextField)GetChildAt(1);
|
||||
hide_text = (GRichTextField)GetChildAt(2);
|
||||
btn_broad = (GButton)GetChildAt(3);
|
||||
bg_panel = (GGraph)GetChildAt(1);
|
||||
cast_text = (GRichTextField)GetChildAt(2);
|
||||
hide_text = (GRichTextField)GetChildAt(3);
|
||||
btn_broad = (GButton)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -21,9 +21,12 @@ namespace FGUI.Game_04
|
||||
public GButton btn_rank;
|
||||
public GButton btn_task_pass;
|
||||
public GButton btn_noads;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_petty;
|
||||
public GButton btn_statement;
|
||||
public GButton btn_wv;
|
||||
public const string URL = "ui://g3iqdlgcopwgw";
|
||||
|
||||
public static com_game CreateInstance()
|
||||
@@ -49,9 +52,12 @@ namespace FGUI.Game_04
|
||||
btn_rank = (GButton)GetChildAt(12);
|
||||
btn_task_pass = (GButton)GetChildAt(13);
|
||||
btn_noads = (GButton)GetChildAt(14);
|
||||
btn_gold = (GButton)GetChildAt(15);
|
||||
btn_three_day = (GButton)GetChildAt(16);
|
||||
btn_failpack = (GButton)GetChildAt(17);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
btn_petty = (GButton)GetChildAt(19);
|
||||
btn_statement = (GButton)GetChildAt(20);
|
||||
btn_wv = (GButton)GetChildAt(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,8 @@ namespace FGUI.Lobby_03
|
||||
UIObjectFactory.SetPackageItemExtension(hall_head.URL, typeof(hall_head));
|
||||
UIObjectFactory.SetPackageItemExtension(com_level_reward.URL, typeof(com_level_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_level.URL, typeof(com_level));
|
||||
UIObjectFactory.SetPackageItemExtension(com_statement.URL, typeof(com_statement));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_state.URL, typeof(btn_state));
|
||||
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Lobby_03
|
||||
{
|
||||
public partial class btn_state : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://gytj501co5je40";
|
||||
|
||||
public static btn_state CreateInstance()
|
||||
{
|
||||
return (btn_state)UIPackage.CreateObject("Lobby_03", "btn_state");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 45eb032e91ee44663bd20f4c02617e5b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.Lobby_03
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_answer = (GTextField)GetChildAt(2);
|
||||
text_answer = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,18 @@ namespace FGUI.Lobby_03
|
||||
public Controller state;
|
||||
public GTextField text_name;
|
||||
public GButton bnt_luck_gift;
|
||||
public GButton btn_petty;
|
||||
public GButton btn_battle;
|
||||
public GButton btn_noads;
|
||||
public GButton btn_task;
|
||||
public GButton btn_statement;
|
||||
public GButton btn_wv;
|
||||
public GGroup left_group;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_faq;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_three_day;
|
||||
public btn_shop btn_shop;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_rank;
|
||||
public btn_sign btn_sign;
|
||||
public btn_wheel btn_spin;
|
||||
@@ -45,27 +48,30 @@ namespace FGUI.Lobby_03
|
||||
state = GetControllerAt(0);
|
||||
text_name = (GTextField)GetChildAt(2);
|
||||
bnt_luck_gift = (GButton)GetChildAt(3);
|
||||
btn_battle = (GButton)GetChildAt(5);
|
||||
btn_noads = (GButton)GetChildAt(6);
|
||||
btn_task = (GButton)GetChildAt(7);
|
||||
left_group = (GGroup)GetChildAt(8);
|
||||
btn_failpack = (GButton)GetChildAt(10);
|
||||
btn_faq = (GButton)GetChildAt(11);
|
||||
btn_saveingpot = (GButton)GetChildAt(12);
|
||||
btn_three_day = (GButton)GetChildAt(13);
|
||||
btn_shop = (btn_shop)GetChildAt(17);
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_sign = (btn_sign)GetChildAt(19);
|
||||
btn_spin = (btn_wheel)GetChildAt(20);
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_money = (GComponent)GetChildAt(24);
|
||||
btn_start = (GButton)GetChildAt(26);
|
||||
com_level = (com_level)GetChildAt(27);
|
||||
btn_gold = (GButton)GetChildAt(29);
|
||||
btn_head = (GButton)GetChildAt(30);
|
||||
top_group = (GGroup)GetChildAt(31);
|
||||
btn_petty = (GButton)GetChildAt(5);
|
||||
btn_battle = (GButton)GetChildAt(6);
|
||||
btn_noads = (GButton)GetChildAt(7);
|
||||
btn_task = (GButton)GetChildAt(8);
|
||||
btn_statement = (GButton)GetChildAt(9);
|
||||
btn_wv = (GButton)GetChildAt(10);
|
||||
left_group = (GGroup)GetChildAt(11);
|
||||
btn_failpack = (GButton)GetChildAt(13);
|
||||
btn_faq = (GButton)GetChildAt(14);
|
||||
btn_three_day = (GButton)GetChildAt(15);
|
||||
btn_shop = (btn_shop)GetChildAt(19);
|
||||
btn_saveingpot = (GButton)GetChildAt(20);
|
||||
btn_rank = (GButton)GetChildAt(21);
|
||||
btn_sign = (btn_sign)GetChildAt(22);
|
||||
btn_spin = (btn_wheel)GetChildAt(23);
|
||||
btn_setting = (GButton)GetChildAt(24);
|
||||
btn_restore = (GButton)GetChildAt(25);
|
||||
right_group = (GGroup)GetChildAt(26);
|
||||
btn_money = (GComponent)GetChildAt(27);
|
||||
btn_start = (GButton)GetChildAt(29);
|
||||
com_level = (com_level)GetChildAt(30);
|
||||
btn_gold = (GButton)GetChildAt(32);
|
||||
btn_head = (GButton)GetChildAt(33);
|
||||
top_group = (GGroup)GetChildAt(34);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Lobby_03
|
||||
{
|
||||
public partial class com_statement : GComponent
|
||||
{
|
||||
public GButton btn_back;
|
||||
public GList list;
|
||||
public btn_state state1;
|
||||
public btn_state state2;
|
||||
public const string URL = "ui://gytj501co5je3z";
|
||||
|
||||
public static com_statement CreateInstance()
|
||||
{
|
||||
return (com_statement)UIPackage.CreateObject("Lobby_03", "com_statement");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_back = (GButton)GetChildAt(0);
|
||||
list = (GList)GetChildAt(1);
|
||||
state1 = (btn_state)GetChildAt(2);
|
||||
state2 = (btn_state)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b39a918c24f354796815894dc85e3f82
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -39,23 +39,23 @@ namespace FGUI.Pack_16
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(9);
|
||||
text_refreshnum = (GTextField)GetChildAt(10);
|
||||
text_outnum = (GTextField)GetChildAt(11);
|
||||
text_backnum1 = (GTextField)GetChildAt(12);
|
||||
title2 = (GTextField)GetChildAt(16);
|
||||
tips1 = (GTextField)GetChildAt(17);
|
||||
ads = (GTextField)GetChildAt(18);
|
||||
btn_buypack = (GButton)GetChildAt(19);
|
||||
btn_buyremovead = (GButton)GetChildAt(20);
|
||||
btn_close0 = (GButton)GetChildAt(22);
|
||||
btn_close1 = (GButton)GetChildAt(23);
|
||||
tips2 = (GTextField)GetChildAt(25);
|
||||
ads1 = (GTextField)GetChildAt(26);
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
btn_max_pack = (GButton)GetChildAt(28);
|
||||
btn_max_remove = (GButton)GetChildAt(29);
|
||||
text_removetime = (GTextField)GetChildAt(30);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
title2 = (GTextField)GetChildAt(17);
|
||||
tips1 = (GTextField)GetChildAt(18);
|
||||
ads = (GTextField)GetChildAt(19);
|
||||
btn_buypack = (GButton)GetChildAt(20);
|
||||
btn_buyremovead = (GButton)GetChildAt(21);
|
||||
btn_close0 = (GButton)GetChildAt(23);
|
||||
btn_close1 = (GButton)GetChildAt(24);
|
||||
tips2 = (GTextField)GetChildAt(27);
|
||||
ads1 = (GTextField)GetChildAt(28);
|
||||
text_goldnum2 = (GTextField)GetChildAt(29);
|
||||
btn_max_pack = (GButton)GetChildAt(30);
|
||||
btn_max_remove = (GButton)GetChildAt(31);
|
||||
text_removetime = (GTextField)GetChildAt(32);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,6 +14,8 @@ namespace FGUI.Prop_09
|
||||
public GGroup group_add;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public GButton btn_watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://ig55ss7kq8ucg";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
@@ -32,6 +34,8 @@ namespace FGUI.Prop_09
|
||||
group_add = (GGroup)GetChildAt(4);
|
||||
btn_buy = (GButton)GetChildAt(13);
|
||||
btn_back = (GButton)GetChildAt(14);
|
||||
btn_watch = (GButton)GetChildAt(16);
|
||||
img_saveingpot = (GImage)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,7 @@ namespace FGUI.Reward_10
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller state;
|
||||
public Controller gift;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GLoader loader_icon0;
|
||||
@@ -32,13 +33,14 @@ namespace FGUI.Reward_10
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
loader_icon0 = (GLoader)GetChildAt(6);
|
||||
text_num1 = (GTextField)GetChildAt(7);
|
||||
wheel = (GComponent)GetChildAt(8);
|
||||
btn_multi = (GButton)GetChildAt(9);
|
||||
btn_collect = (GButton)GetChildAt(10);
|
||||
gift = GetControllerAt(3);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
loader_icon0 = (GLoader)GetChildAt(7);
|
||||
text_num1 = (GTextField)GetChildAt(8);
|
||||
wheel = (GComponent)GetChildAt(9);
|
||||
btn_multi = (GButton)GetChildAt(10);
|
||||
btn_collect = (GButton)GetChildAt(11);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace FGUI.Signin_19
|
||||
{
|
||||
public Controller status;
|
||||
public Controller day;
|
||||
public Controller isGift;
|
||||
public GTextField reward_num;
|
||||
public GGraph anim_sign;
|
||||
public GLoader loader_icon0;
|
||||
@@ -28,12 +29,13 @@ namespace FGUI.Signin_19
|
||||
|
||||
status = GetControllerAt(0);
|
||||
day = GetControllerAt(1);
|
||||
reward_num = (GTextField)GetChildAt(5);
|
||||
anim_sign = (GGraph)GetChildAt(8);
|
||||
loader_icon0 = (GLoader)GetChildAt(9);
|
||||
text_prop = (GTextField)GetChildAt(10);
|
||||
reward_num1 = (GTextField)GetChildAt(11);
|
||||
gou = (GImage)GetChildAt(12);
|
||||
isGift = GetControllerAt(2);
|
||||
reward_num = (GTextField)GetChildAt(7);
|
||||
anim_sign = (GGraph)GetChildAt(10);
|
||||
loader_icon0 = (GLoader)GetChildAt(11);
|
||||
text_prop = (GTextField)GetChildAt(12);
|
||||
reward_num1 = (GTextField)GetChildAt(13);
|
||||
gou = (GImage)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,7 @@ namespace FGUI.Signin_19
|
||||
public btn_sign day7;
|
||||
public GButton close;
|
||||
public GGraph point;
|
||||
public GGraph point1;
|
||||
public GButton com_gold;
|
||||
public GButton btn_collect;
|
||||
public const string URL = "ui://a98xmhwktqjz0";
|
||||
@@ -38,8 +39,9 @@ namespace FGUI.Signin_19
|
||||
day7 = (btn_sign)GetChildAt(8);
|
||||
close = (GButton)GetChildAt(9);
|
||||
point = (GGraph)GetChildAt(10);
|
||||
com_gold = (GButton)GetChildAt(11);
|
||||
btn_collect = (GButton)GetChildAt(12);
|
||||
point1 = (GGraph)GetChildAt(11);
|
||||
com_gold = (GButton)GetChildAt(12);
|
||||
btn_collect = (GButton)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.Turntable_11
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public GGraph point;
|
||||
public GGraph point1;
|
||||
public GGraph startpoint;
|
||||
public com_disc disc;
|
||||
public GGraph light_parent;
|
||||
@@ -26,12 +27,13 @@ namespace FGUI.Turntable_11
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GGraph)GetChildAt(1);
|
||||
startpoint = (GGraph)GetChildAt(2);
|
||||
disc = (com_disc)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
text_spintimes = (GTextField)GetChildAt(7);
|
||||
point1 = (GGraph)GetChildAt(2);
|
||||
startpoint = (GGraph)GetChildAt(3);
|
||||
disc = (com_disc)GetChildAt(4);
|
||||
light_parent = (GGraph)GetChildAt(5);
|
||||
close = (GButton)GetChildAt(6);
|
||||
btn_spin = (btn_go1)GetChildAt(7);
|
||||
text_spintimes = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8dc533697a53246a69f9d87b54e63205
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_H5_15
|
||||
{
|
||||
public class ZM_H5_15Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_top.URL, typeof(com_top));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_icon.URL, typeof(btn_icon));
|
||||
UIObjectFactory.SetPackageItemExtension(com_webview.URL, typeof(com_webview));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_fly.URL, typeof(btn_fly));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 34d23eb8cf3d44ff5ba45e7b3bc676c0
|
||||
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.ZM_H5_15
|
||||
{
|
||||
public partial class btn_fly : GButton
|
||||
{
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://ldxlghf7j4a21";
|
||||
|
||||
public static btn_fly CreateInstance()
|
||||
{
|
||||
return (btn_fly)UIPackage.CreateObject("ZM_H5_15", "btn_fly");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2f1798093aba14d8bbbe11979fec516d
|
||||
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_H5_15
|
||||
{
|
||||
public partial class btn_icon : GButton
|
||||
{
|
||||
public Controller cont_state;
|
||||
public GImage pb_time;
|
||||
public Transition fx_ready;
|
||||
public const string URL = "ui://ldxlghf7d3a97";
|
||||
|
||||
public static btn_icon CreateInstance()
|
||||
{
|
||||
return (btn_icon)UIPackage.CreateObject("ZM_H5_15", "btn_icon");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
pb_time = (GImage)GetChildAt(2);
|
||||
fx_ready = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7d8060adcd0d643448f594eaaf5791e7
|
||||
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_H5_15
|
||||
{
|
||||
public partial class com_top : GComponent
|
||||
{
|
||||
public GTextField text_num;
|
||||
public GTextField text_more;
|
||||
public GProgressBar pb_num;
|
||||
public GGroup conect;
|
||||
public const string URL = "ui://ldxlghf7d3a95";
|
||||
|
||||
public static com_top CreateInstance()
|
||||
{
|
||||
return (com_top)UIPackage.CreateObject("ZM_H5_15", "com_top");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
text_more = (GTextField)GetChildAt(3);
|
||||
pb_num = (GProgressBar)GetChildAt(4);
|
||||
conect = (GGroup)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7a249651bdf5a4d8e810acf8b7076433
|
||||
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_H5_15
|
||||
{
|
||||
public partial class com_webview : GComponent
|
||||
{
|
||||
public GComponent com_fly;
|
||||
public GGraph fly_area;
|
||||
public GImage top_bg;
|
||||
public com_top com_top;
|
||||
public GButton btn_close;
|
||||
public btn_icon btn_icon;
|
||||
public GButton btn_out;
|
||||
public const string URL = "ui://ldxlghf7j4a20";
|
||||
|
||||
public static com_webview CreateInstance()
|
||||
{
|
||||
return (com_webview)UIPackage.CreateObject("ZM_H5_15", "com_webview");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_fly = (GComponent)GetChildAt(0);
|
||||
fly_area = (GGraph)GetChildAt(2);
|
||||
top_bg = (GImage)GetChildAt(3);
|
||||
com_top = (com_top)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
btn_icon = (btn_icon)GetChildAt(6);
|
||||
btn_out = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9d8efe87da3df4638be21f8142569040
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3db67a0ec37e146a5bbb1ad751491244
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,21 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Petty
|
||||
{
|
||||
public class ZM_PettyBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_petty_award.URL, typeof(com_petty_award));
|
||||
UIObjectFactory.SetPackageItemExtension(com_get_panel.URL, typeof(com_get_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_account.URL, typeof(com_account));
|
||||
UIObjectFactory.SetPackageItemExtension(com_email.URL, typeof(com_email));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstName.URL, typeof(com_firstName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastName.URL, typeof(com_lastName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_detail.URL, typeof(com_detail));
|
||||
UIObjectFactory.SetPackageItemExtension(com_scond_confirm.URL, typeof(com_scond_confirm));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1c480c9bcfa4e4375b5d4306a3a34919
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_account : GComponent
|
||||
{
|
||||
public com_email com_email;
|
||||
public com_firstName com_first_name;
|
||||
public com_lastName com_last_name;
|
||||
public GButton btn_confirm;
|
||||
public const string URL = "ui://e9w4rbkqkbzo4";
|
||||
|
||||
public static com_account CreateInstance()
|
||||
{
|
||||
return (com_account)UIPackage.CreateObject("ZM_Petty", "com_account");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_email = (com_email)GetChildAt(4);
|
||||
com_first_name = (com_firstName)GetChildAt(5);
|
||||
com_last_name = (com_lastName)GetChildAt(6);
|
||||
btn_confirm = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce39bbcd273ac4bbbb6381296b3cfc8b
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_detail : GComponent
|
||||
{
|
||||
public GTextField text_amount;
|
||||
public GTextField text_data;
|
||||
public GTextField text_order;
|
||||
public GTextField text_email;
|
||||
public GTextField text_limit;
|
||||
public const string URL = "ui://e9w4rbkqkbzob";
|
||||
|
||||
public static com_detail CreateInstance()
|
||||
{
|
||||
return (com_detail)UIPackage.CreateObject("ZM_Petty", "com_detail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_amount = (GTextField)GetChildAt(2);
|
||||
text_data = (GTextField)GetChildAt(3);
|
||||
text_order = (GTextField)GetChildAt(4);
|
||||
text_email = (GTextField)GetChildAt(5);
|
||||
text_limit = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f5e1b80fe2d7b4ff3a0e2e7544ba3a38
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_email : GComponent
|
||||
{
|
||||
public GTextInput enter_email;
|
||||
public const string URL = "ui://e9w4rbkqkbzo5";
|
||||
|
||||
public static com_email CreateInstance()
|
||||
{
|
||||
return (com_email)UIPackage.CreateObject("ZM_Petty", "com_email");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_email = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b5dead5097f0a4ef091669e11bacad6c
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_firstName : GComponent
|
||||
{
|
||||
public GTextInput enter_first_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzo8";
|
||||
|
||||
public static com_firstName CreateInstance()
|
||||
{
|
||||
return (com_firstName)UIPackage.CreateObject("ZM_Petty", "com_firstName");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_first_name = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5323fb6aabc51462fa2d054c4e5bb4cf
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_get_panel : GComponent
|
||||
{
|
||||
public GTextField text_reward;
|
||||
public GButton btn_get;
|
||||
public const string URL = "ui://e9w4rbkqkbzo3";
|
||||
|
||||
public static com_get_panel CreateInstance()
|
||||
{
|
||||
return (com_get_panel)UIPackage.CreateObject("ZM_Petty", "com_get_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_reward = (GTextField)GetChildAt(2);
|
||||
btn_get = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6c497b95d791648ab935efb6b697ba7b
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_lastName : GComponent
|
||||
{
|
||||
public GTextInput enter_last_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzo9";
|
||||
|
||||
public static com_lastName CreateInstance()
|
||||
{
|
||||
return (com_lastName)UIPackage.CreateObject("ZM_Petty", "com_lastName");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_last_name = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 764e435c2136e496d9b092488d4bae57
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Petty
|
||||
{
|
||||
public partial class com_petty_award : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph anim;
|
||||
public GButton btn_gerAward;
|
||||
public com_get_panel com_get_panel;
|
||||
public com_account com_account;
|
||||
public com_detail com_detail;
|
||||
public com_scond_confirm com_second_confirm;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://e9w4rbkqkbzo26";
|
||||
|
||||
public static com_petty_award CreateInstance()
|
||||
{
|
||||
return (com_petty_award)UIPackage.CreateObject("ZM_Petty", "com_petty_award");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
btn_gerAward = (GButton)GetChildAt(1);
|
||||
com_get_panel = (com_get_panel)GetChildAt(2);
|
||||
com_account = (com_account)GetChildAt(3);
|
||||
com_detail = (com_detail)GetChildAt(4);
|
||||
com_second_confirm = (com_scond_confirm)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bd84f093492a54ec2b51797757542014
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_scond_confirm : GComponent
|
||||
{
|
||||
public GButton btn_confirm;
|
||||
public GTextField text_account;
|
||||
public GTextField text_first_name;
|
||||
public GTextField text_last_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzoe";
|
||||
|
||||
public static com_scond_confirm CreateInstance()
|
||||
{
|
||||
return (com_scond_confirm)UIPackage.CreateObject("ZM_Petty", "com_scond_confirm");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_confirm = (GButton)GetChildAt(2);
|
||||
text_account = (GTextField)GetChildAt(3);
|
||||
text_first_name = (GTextField)GetChildAt(4);
|
||||
text_last_name = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 836035b3384f74129bfe1bfa04ca5742
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user