bingo 项目提交
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public class JMainBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(makeup.URL, typeof(makeup));
|
||||
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));
|
||||
UIObjectFactory.SetPackageItemExtension(com_main.URL, typeof(com_main));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstreward.URL, typeof(com_firstreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_playnum.URL, typeof(com_playnum));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardplaytext.URL, typeof(com_cardplaytext));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46c0019ed5c06d34aac5f2c6ae58275f
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_add : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://qw9x6rf3t4cu7";
|
||||
|
||||
public static btn_add CreateInstance()
|
||||
{
|
||||
return (btn_add)UIPackage.CreateObject("JMain", "btn_add");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f82c86beb30c29498d3c6cc0cb5eeb1
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_minus : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://qw9x6rf3t4cu8";
|
||||
|
||||
public static btn_minus CreateInstance()
|
||||
{
|
||||
return (btn_minus)UIPackage.CreateObject("JMain", "btn_minus");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: af4860a1561e10645a034b481d060cbf
|
||||
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.JMain
|
||||
{
|
||||
public partial class btn_question : GButton
|
||||
{
|
||||
public Controller btn_name;
|
||||
public const string URL = "ui://qw9x6rf3heqb2w";
|
||||
|
||||
public static btn_question CreateInstance()
|
||||
{
|
||||
return (btn_question)UIPackage.CreateObject("JMain", "btn_question");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_name = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dcc9e180d74e8401da5ac8632ac1ee04
|
||||
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_cardnum : GComponent
|
||||
{
|
||||
public Controller cont_state;
|
||||
public btn_add btn_add;
|
||||
public btn_minus btn_minus;
|
||||
public const string URL = "ui://qw9x6rf3t4cu9";
|
||||
|
||||
public static com_cardnum CreateInstance()
|
||||
{
|
||||
return (com_cardnum)UIPackage.CreateObject("JMain", "com_cardnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
btn_add = (btn_add)GetChildAt(1);
|
||||
btn_minus = (btn_minus)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 216495d3f7ca7a24d806221d9b343893
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_cardplaytext : GComponent
|
||||
{
|
||||
public Controller cont_text;
|
||||
public GTextField text_cardplay;
|
||||
public const string URL = "ui://qw9x6rf3rps6c";
|
||||
|
||||
public static com_cardplaytext CreateInstance()
|
||||
{
|
||||
return (com_cardplaytext)UIPackage.CreateObject("JMain", "com_cardplaytext");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_text = GetControllerAt(0);
|
||||
text_cardplay = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d80aeb14cc4d344a8f25ca59ac53a34
|
||||
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_faq : GComponent
|
||||
{
|
||||
public GRichTextField txt_title;
|
||||
public GList list_;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3heqb2x";
|
||||
|
||||
public static com_faq CreateInstance()
|
||||
{
|
||||
return (com_faq)UIPackage.CreateObject("JMain", "com_faq");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
txt_title = (GRichTextField)GetChildAt(1);
|
||||
list_ = (GList)GetChildAt(24);
|
||||
btn_close = (GButton)GetChildAt(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9dd0b6f5b000a4019afaaa9ee8dbcd8c
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_firstreward : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph spine_parent;
|
||||
public GButton btn_getreward;
|
||||
public GTextField end_point;
|
||||
public GTextField text_num;
|
||||
public GTextField title0;
|
||||
public GButton btn_close;
|
||||
public GImage img_cash;
|
||||
public GButton btn_get;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
|
||||
public static com_firstreward CreateInstance()
|
||||
{
|
||||
return (com_firstreward)UIPackage.CreateObject("JMain", "com_firstreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(0);
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
end_point = (GTextField)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
title0 = (GTextField)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
img_cash = (GImage)GetChildAt(7);
|
||||
btn_get = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1f87a574feab44a8be9763674e1ba86
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_list_main : GComponent
|
||||
{
|
||||
public GTextField name_;
|
||||
public GTextField money;
|
||||
public GTextField time1;
|
||||
public GTextField time2;
|
||||
public const string URL = "ui://qw9x6rf3heqb2z";
|
||||
|
||||
public static com_list_main CreateInstance()
|
||||
{
|
||||
return (com_list_main)UIPackage.CreateObject("JMain", "com_list_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
name_ = (GTextField)GetChildAt(0);
|
||||
money = (GTextField)GetChildAt(1);
|
||||
time1 = (GTextField)GetChildAt(2);
|
||||
time2 = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ff1eebf2aa594b1db1b06d53dca957b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** 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_main : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
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 GButton btn_h5;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
{
|
||||
return (com_main)UIPackage.CreateObject("JMain", "com_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
btn_play = (GButton)GetChildAt(1);
|
||||
com_cardnum = (com_cardnum)GetChildAt(2);
|
||||
com_cards = (com_playnum)GetChildAt(3);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(4);
|
||||
btn_ballon = (GButton)GetChildAt(5);
|
||||
btn_set = (GButton)GetChildAt(6);
|
||||
makeup = (makeup)GetChildAt(7);
|
||||
btn_admin = (GButton)GetChildAt(8);
|
||||
btn_question = (btn_question)GetChildAt(9);
|
||||
btn_h5 = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0c1f6bb9879a8ca4c906cfb1c1dd0591
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** 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_playnum : GComponent
|
||||
{
|
||||
public Controller cont_cardleft;
|
||||
public GTextField text_num;
|
||||
public GTextField text_fx;
|
||||
public GTextField text_time;
|
||||
public GTextField text_free;
|
||||
public Transition fx_num;
|
||||
public const string URL = "ui://qw9x6rf3rbhoa";
|
||||
|
||||
public static com_playnum CreateInstance()
|
||||
{
|
||||
return (com_playnum)UIPackage.CreateObject("JMain", "com_playnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_cardleft = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
text_fx = (GTextField)GetChildAt(3);
|
||||
text_time = (GTextField)GetChildAt(4);
|
||||
text_free = (GTextField)GetChildAt(5);
|
||||
fx_num = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 11a4ca81613d18243ac1ba606a304341
|
||||
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.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 126e8fa6c829b4042bcc9252f31f8319
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user