h5sdk提交
This commit is contained in:
@@ -8,7 +8,9 @@ namespace FGUI.JMain
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(makeup.URL, typeof(makeup));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pal.URL, typeof(com_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(item_pal.URL, typeof(item_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_pal.URL, typeof(btn_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main));
|
||||
@@ -19,12 +21,7 @@ namespace FGUI.JMain
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_taks.URL, typeof(btn_taks));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_wheel.URL, typeof(btn_wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_signin.URL, typeof(btn_signin));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mainplay.URL, typeof(com_mainplay));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mainplayitem.URL, typeof(com_mainplayitem));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_switch.URL, typeof(btn_switch));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_pal : GButton
|
||||
{
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpix";
|
||||
|
||||
public static btn_pal CreateInstance()
|
||||
{
|
||||
return (btn_pal)UIPackage.CreateObject("JMain", "btn_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_time = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 732a41d0c60b8514c8d9f4e847905146
|
||||
guid: 8df9026b5e978de4e820114b10b88d07
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_petty : GButton
|
||||
{
|
||||
public GGroup kuang;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3uaj0pin";
|
||||
|
||||
public static btn_petty CreateInstance()
|
||||
{
|
||||
return (btn_petty)UIPackage.CreateObject("JMain", "btn_petty");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
kuang = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f50146027f5719447af5e0f720a16cbd
|
||||
guid: 76b1e8a1581e7444a8900307e0980e35
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_signin : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjh";
|
||||
|
||||
public static btn_signin CreateInstance()
|
||||
{
|
||||
return (btn_signin)UIPackage.CreateObject("JMain", "btn_signin");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_taks : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjd";
|
||||
|
||||
public static btn_taks CreateInstance()
|
||||
{
|
||||
return (btn_taks)UIPackage.CreateObject("JMain", "btn_taks");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_wheel : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjg";
|
||||
|
||||
public static btn_wheel CreateInstance()
|
||||
{
|
||||
return (btn_wheel)UIPackage.CreateObject("JMain", "btn_wheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@ namespace FGUI.JMain
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GComponent btn_get;
|
||||
public GButton btn_get;
|
||||
public GImage img_gold;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
@@ -30,12 +30,12 @@ namespace FGUI.JMain
|
||||
state = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(0);
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
btn_get = (GComponent)GetChildAt(6);
|
||||
img_gold = (GImage)GetChildAt(7);
|
||||
end_point = (GTextField)GetChildAt(9);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
img_gold = (GImage)GetChildAt(8);
|
||||
end_point = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,23 +10,18 @@ namespace FGUI.JMain
|
||||
public Controller gift;
|
||||
public Controller type;
|
||||
public GGraph gp_fx;
|
||||
public GButton btn_play;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
public GButton btn_ballon;
|
||||
public GButton btn_set;
|
||||
public makeup makeup;
|
||||
public GButton btn_admin;
|
||||
public btn_question btn_question;
|
||||
public btn_signin btn_sign;
|
||||
public btn_taks btn_task;
|
||||
public btn_wheel btn_wheel;
|
||||
public com_mainplay com_mainplay;
|
||||
public GButton settings;
|
||||
public GButton btn_coin;
|
||||
public GButton btn_cash;
|
||||
public GComponent com_avatar;
|
||||
public GButton btn_saveingpot;
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public GButton btn_wb;
|
||||
public btn_pal btn_pal;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -40,24 +35,19 @@ namespace FGUI.JMain
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
type = GetControllerAt(1);
|
||||
gp_fx = (GGraph)GetChildAt(1);
|
||||
btn_play = (GButton)GetChildAt(2);
|
||||
com_cardnum = (com_cardnum)GetChildAt(3);
|
||||
com_cards = (com_playnum)GetChildAt(4);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(5);
|
||||
btn_ballon = (GButton)GetChildAt(6);
|
||||
btn_set = (GButton)GetChildAt(7);
|
||||
makeup = (makeup)GetChildAt(8);
|
||||
btn_admin = (GButton)GetChildAt(9);
|
||||
btn_question = (btn_question)GetChildAt(10);
|
||||
btn_sign = (btn_signin)GetChildAt(11);
|
||||
btn_task = (btn_taks)GetChildAt(12);
|
||||
btn_wheel = (btn_wheel)GetChildAt(13);
|
||||
com_mainplay = (com_mainplay)GetChildAt(14);
|
||||
settings = (GButton)GetChildAt(15);
|
||||
btn_coin = (GButton)GetChildAt(16);
|
||||
btn_cash = (GButton)GetChildAt(17);
|
||||
com_avatar = (GComponent)GetChildAt(18);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
com_cardnum = (com_cardnum)GetChildAt(6);
|
||||
com_cards = (com_playnum)GetChildAt(7);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(8);
|
||||
btn_ballon = (GButton)GetChildAt(9);
|
||||
btn_set = (GButton)GetChildAt(10);
|
||||
btn_admin = (GButton)GetChildAt(11);
|
||||
btn_question = (btn_question)GetChildAt(12);
|
||||
btn_saveingpot = (GButton)GetChildAt(13);
|
||||
btn_petty = (btn_petty)GetChildAt(14);
|
||||
btn_play = (GButton)GetChildAt(15);
|
||||
btn_wb = (GButton)GetChildAt(16);
|
||||
btn_pal = (btn_pal)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_mainplay : GComponent
|
||||
{
|
||||
public com_mainplayitem play_item0;
|
||||
public com_mainplayitem play_item2;
|
||||
public com_mainplayitem play_item1;
|
||||
public btn_switch btn_right;
|
||||
public btn_switch btn_left;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3tnddpji";
|
||||
|
||||
public static com_mainplay CreateInstance()
|
||||
{
|
||||
return (com_mainplay)UIPackage.CreateObject("JMain", "com_mainplay");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
play_item0 = (com_mainplayitem)GetChildAt(0);
|
||||
play_item2 = (com_mainplayitem)GetChildAt(1);
|
||||
play_item1 = (com_mainplayitem)GetChildAt(2);
|
||||
btn_right = (btn_switch)GetChildAt(3);
|
||||
btn_left = (btn_switch)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a293bcfd2ef1a5c44a79c184a4af7f36
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,33 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_mainplayitem : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller can_play;
|
||||
public GTextField text_now;
|
||||
public GTextField text_need;
|
||||
public GButton btn_play;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjj";
|
||||
|
||||
public static com_mainplayitem CreateInstance()
|
||||
{
|
||||
return (com_mainplayitem)UIPackage.CreateObject("JMain", "com_mainplayitem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
can_play = GetControllerAt(1);
|
||||
text_now = (GTextField)GetChildAt(11);
|
||||
text_need = (GTextField)GetChildAt(12);
|
||||
btn_play = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72201f57898753f47947abd1be660049
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GList list_pal;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiq";
|
||||
|
||||
public static com_pal CreateInstance()
|
||||
{
|
||||
return (com_pal)UIPackage.CreateObject("JMain", "com_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
list_pal = (GList)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1fb9f17f3368af48ba71961c88b0719
|
||||
guid: efbfc86d9de50de4aaacf054158f5e50
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
+4
-4
@@ -5,14 +5,14 @@ using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_switch : GButton
|
||||
public partial class item_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjn";
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiw";
|
||||
|
||||
public static btn_switch CreateInstance()
|
||||
public static item_pal CreateInstance()
|
||||
{
|
||||
return (btn_switch)UIPackage.CreateObject("JMain", "btn_switch");
|
||||
return (item_pal)UIPackage.CreateObject("JMain", "item_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86095972906765341b733b3d3407250c
|
||||
guid: a985afe1ff6fa7b40b8a084994d9c11b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -1,41 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class makeup : GComponent
|
||||
{
|
||||
public GTextField gold_text;
|
||||
public GTextField cash_text;
|
||||
public GButton btn_cash;
|
||||
public GButton btn_goldout;
|
||||
public GProgressBar gold_progress;
|
||||
public GProgressBar cash_progress;
|
||||
public GTextField gold_progress_text;
|
||||
public GTextField cash_progress_text;
|
||||
public GTextField coin_cash;
|
||||
public const string URL = "ui://qw9x6rf3112epi7";
|
||||
|
||||
public static makeup CreateInstance()
|
||||
{
|
||||
return (makeup)UIPackage.CreateObject("JMain", "makeup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gold_text = (GTextField)GetChildAt(2);
|
||||
cash_text = (GTextField)GetChildAt(5);
|
||||
btn_cash = (GButton)GetChildAt(6);
|
||||
btn_goldout = (GButton)GetChildAt(7);
|
||||
gold_progress = (GProgressBar)GetChildAt(8);
|
||||
cash_progress = (GProgressBar)GetChildAt(9);
|
||||
gold_progress_text = (GTextField)GetChildAt(10);
|
||||
cash_progress_text = (GTextField)GetChildAt(11);
|
||||
coin_cash = (GTextField)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 126e8fa6c829b4042bcc9252f31f8319
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user