提交
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/** 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));
|
||||
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));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,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_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f50146027f5719447af5e0f720a16cbd
|
||||
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_switch : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjn";
|
||||
|
||||
public static btn_switch CreateInstance()
|
||||
{
|
||||
return (btn_switch)UIPackage.CreateObject("JMain", "btn_switch");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86095972906765341b733b3d3407250c
|
||||
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_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 732a41d0c60b8514c8d9f4e847905146
|
||||
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_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1fb9f17f3368af48ba71961c88b0719
|
||||
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 txt_title;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GComponent btn_get;
|
||||
public GImage img_gold;
|
||||
public GTextField end_point;
|
||||
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);
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,55 @@
|
||||
/** 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 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 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);
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a293bcfd2ef1a5c44a79c184a4af7f36
|
||||
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.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72201f57898753f47947abd1be660049
|
||||
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