首次提交
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G002_main
|
||||
{
|
||||
public class G002_mainBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_box.URL, typeof(com_box));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_quiz.URL, typeof(btn_quiz));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_refresh.URL, typeof(btn_refresh));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mainPop.URL, typeof(com_mainPop));
|
||||
UIObjectFactory.SetPackageItemExtension(com_main.URL, typeof(com_main));
|
||||
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_firstreward.URL, typeof(com_firstreward));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0de18100946e1f442a24e5107d444e97
|
||||
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.G002_main
|
||||
{
|
||||
public partial class btn_look_ad : GButton
|
||||
{
|
||||
public Controller cool_down;
|
||||
public GTextField cool_down_time;
|
||||
public GGraph gp;
|
||||
public const string URL = "ui://b55ys1yyozwz2q";
|
||||
|
||||
public static btn_look_ad CreateInstance()
|
||||
{
|
||||
return (btn_look_ad)UIPackage.CreateObject("G002_main", "btn_look_ad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cool_down = GetControllerAt(0);
|
||||
cool_down_time = (GTextField)GetChildAt(2);
|
||||
gp = (GGraph)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: adbead9a10c69ab479949dac9f01c727
|
||||
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.G002_main
|
||||
{
|
||||
public partial class btn_question : GButton
|
||||
{
|
||||
public Controller btn_name;
|
||||
public const string URL = "ui://b55ys1yyheqb2w";
|
||||
|
||||
public static btn_question CreateInstance()
|
||||
{
|
||||
return (btn_question)UIPackage.CreateObject("G002_main", "btn_question");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_name = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0aee8bce8c198664eac75d28ca4dffe8
|
||||
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.G002_main
|
||||
{
|
||||
public partial class btn_quiz : GButton
|
||||
{
|
||||
public Controller cont_color;
|
||||
public Controller cont_white;
|
||||
public GLoader loader_logo;
|
||||
public GTextField text_name;
|
||||
public GTextField text_quiz;
|
||||
public const string URL = "ui://b55ys1yyf1i47";
|
||||
|
||||
public static btn_quiz CreateInstance()
|
||||
{
|
||||
return (btn_quiz)UIPackage.CreateObject("G002_main", "btn_quiz");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_color = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
loader_logo = (GLoader)GetChildAt(6);
|
||||
text_name = (GTextField)GetChildAt(8);
|
||||
text_quiz = (GTextField)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3dfe6dadc35691945952f87d9222aad6
|
||||
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.G002_main
|
||||
{
|
||||
public partial class btn_refresh : GButton
|
||||
{
|
||||
public GTextField text_name;
|
||||
public const string URL = "ui://b55ys1yyf1i4b";
|
||||
|
||||
public static btn_refresh CreateInstance()
|
||||
{
|
||||
return (btn_refresh)UIPackage.CreateObject("G002_main", "btn_refresh");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_name = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 67a8dd97067f1f840ac46537d549841e
|
||||
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.G002_main
|
||||
{
|
||||
public partial class com_box : GComponent
|
||||
{
|
||||
public Controller cont_white;
|
||||
public GTextField text_num;
|
||||
public GTextField text_more;
|
||||
public GProgressBar pb_num;
|
||||
public GButton btn_menu;
|
||||
public GGraph finger_place;
|
||||
public GTextField t12;
|
||||
public GButton btn_out;
|
||||
public const string URL = "ui://b55ys1yyf1i46";
|
||||
|
||||
public static com_box CreateInstance()
|
||||
{
|
||||
return (com_box)UIPackage.CreateObject("G002_main", "com_box");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_white = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
text_more = (GTextField)GetChildAt(3);
|
||||
pb_num = (GProgressBar)GetChildAt(4);
|
||||
btn_menu = (GButton)GetChildAt(5);
|
||||
finger_place = (GGraph)GetChildAt(6);
|
||||
t12 = (GTextField)GetChildAt(7);
|
||||
btn_out = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ca62d09f31b85ac4192a8c126ffee95c
|
||||
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.G002_main
|
||||
{
|
||||
public partial class com_faq : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public GList list_;
|
||||
public const string URL = "ui://b55ys1yyheqb2x";
|
||||
|
||||
public static com_faq CreateInstance()
|
||||
{
|
||||
return (com_faq)UIPackage.CreateObject("G002_main", "com_faq");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
list_ = (GList)GetChildAt(27);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ac318fc50889b94d86fd3c54e8bae66
|
||||
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.G002_main
|
||||
{
|
||||
public partial class com_firstreward : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph spine_parent;
|
||||
public GButton btn_getreward;
|
||||
public GTextField end_point;
|
||||
public GGraph bg_parent;
|
||||
public GGraph fx_place;
|
||||
public GComponent money;
|
||||
public GLabel title0;
|
||||
public GButton btn_close;
|
||||
public GImage img_cash;
|
||||
public GTextField text_num;
|
||||
public GButton btn_get;
|
||||
public const string URL = "ui://b55ys1yyngxz38";
|
||||
|
||||
public static com_firstreward CreateInstance()
|
||||
{
|
||||
return (com_firstreward)UIPackage.CreateObject("G002_main", "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);
|
||||
bg_parent = (GGraph)GetChildAt(3);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
money = (GComponent)GetChildAt(5);
|
||||
title0 = (GLabel)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
img_cash = (GImage)GetChildAt(8);
|
||||
text_num = (GTextField)GetChildAt(9);
|
||||
btn_get = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a111f8081ced53546ace401947fd685d
|
||||
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.G002_main
|
||||
{
|
||||
public partial class com_list_main : GComponent
|
||||
{
|
||||
public GTextField name_;
|
||||
public GTextField money;
|
||||
public GTextField time1;
|
||||
public GTextField time2;
|
||||
public const string URL = "ui://b55ys1yyheqb2z";
|
||||
|
||||
public static com_list_main CreateInstance()
|
||||
{
|
||||
return (com_list_main)UIPackage.CreateObject("G002_main", "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: 5eef1af7528431b4e9d459f56ce79174
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G002_main
|
||||
{
|
||||
public partial class com_main : GComponent
|
||||
{
|
||||
public Controller cont_white;
|
||||
public com_box com_box;
|
||||
public btn_refresh btn_refresh;
|
||||
public GGraph finger_place;
|
||||
public GButton btn_playnow;
|
||||
public GTextField text_uid;
|
||||
public GComponent com_infoBar;
|
||||
public btn_look_ad btn_look_ad;
|
||||
public btn_question btn_faq;
|
||||
public btn_question btn_setting;
|
||||
public btn_question btn_sign;
|
||||
public btn_quiz btn_quiz_0;
|
||||
public btn_quiz btn_quiz_1;
|
||||
public btn_quiz btn_quiz_2;
|
||||
public btn_quiz btn_quiz_3;
|
||||
public btn_quiz btn_quiz_4;
|
||||
public btn_quiz btn_quiz_5;
|
||||
public GGroup btn_group;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://b55ys1yyfd7s0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
{
|
||||
return (com_main)UIPackage.CreateObject("G002_main", "com_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_white = GetControllerAt(0);
|
||||
com_box = (com_box)GetChildAt(2);
|
||||
btn_refresh = (btn_refresh)GetChildAt(4);
|
||||
finger_place = (GGraph)GetChildAt(6);
|
||||
btn_playnow = (GButton)GetChildAt(7);
|
||||
text_uid = (GTextField)GetChildAt(9);
|
||||
com_infoBar = (GComponent)GetChildAt(10);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(11);
|
||||
btn_faq = (btn_question)GetChildAt(12);
|
||||
btn_setting = (btn_question)GetChildAt(13);
|
||||
btn_sign = (btn_question)GetChildAt(14);
|
||||
btn_quiz_0 = (btn_quiz)GetChildAt(15);
|
||||
btn_quiz_1 = (btn_quiz)GetChildAt(16);
|
||||
btn_quiz_2 = (btn_quiz)GetChildAt(17);
|
||||
btn_quiz_3 = (btn_quiz)GetChildAt(18);
|
||||
btn_quiz_4 = (btn_quiz)GetChildAt(19);
|
||||
btn_quiz_5 = (btn_quiz)GetChildAt(20);
|
||||
btn_group = (GGroup)GetChildAt(21);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d8ef62ad36606e741b911d16aa43b064
|
||||
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.G002_main
|
||||
{
|
||||
public partial class com_mainPop : GComponent
|
||||
{
|
||||
public GTextField text_name;
|
||||
public GLoader loader_logo;
|
||||
public GTextField t1;
|
||||
public GButton btn_start;
|
||||
public GButton btn_back;
|
||||
public GGraph finger_place;
|
||||
public const string URL = "ui://b55ys1yyf1i4c";
|
||||
|
||||
public static com_mainPop CreateInstance()
|
||||
{
|
||||
return (com_mainPop)UIPackage.CreateObject("G002_main", "com_mainPop");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_name = (GTextField)GetChildAt(1);
|
||||
loader_logo = (GLoader)GetChildAt(2);
|
||||
t1 = (GTextField)GetChildAt(3);
|
||||
btn_start = (GButton)GetChildAt(4);
|
||||
btn_back = (GButton)GetChildAt(5);
|
||||
finger_place = (GGraph)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f55cbc5519ea2884aa5300f92792835e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user