fix:1、添加项目
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.P06_Hall
|
||||
{
|
||||
public class P06_HallBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass));
|
||||
UIObjectFactory.SetPackageItemExtension(com_first_award.URL, typeof(com_first_award));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_msg.URL, typeof(com_msg));
|
||||
UIObjectFactory.SetPackageItemExtension(com_question.URL, typeof(com_question));
|
||||
UIObjectFactory.SetPackageItemExtension(com_answer.URL, typeof(com_answer));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_faq.URL, typeof(btn_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_start.URL, typeof(com_start));
|
||||
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_play.URL, typeof(btn_play));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 636e7c0a50b2b3945a5bd4b1b745936a
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class btn_faq : GButton
|
||||
{
|
||||
public GImage img_icon;
|
||||
public GTextField lab_name;
|
||||
public const string URL = "ui://gytj501ci5lx25";
|
||||
|
||||
public static btn_faq CreateInstance()
|
||||
{
|
||||
return (btn_faq)UIPackage.CreateObject("P06_Hall", "btn_faq");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_icon = (GImage)GetChildAt(1);
|
||||
lab_name = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ea492adcdb28cf64ca1543bb6e64735a
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class btn_play : GButton
|
||||
{
|
||||
public GGraph btn_parent;
|
||||
public GTextField lab_level;
|
||||
public const string URL = "ui://gytj501cun4ap";
|
||||
|
||||
public static btn_play CreateInstance()
|
||||
{
|
||||
return (btn_play)UIPackage.CreateObject("P06_Hall", "btn_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_parent = (GGraph)GetChildAt(1);
|
||||
lab_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c257c7cba16654826a4e482538c5892a
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class btn_task_pass : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://gytj501c9eojh";
|
||||
|
||||
public static btn_task_pass CreateInstance()
|
||||
{
|
||||
return (btn_task_pass)UIPackage.CreateObject("P06_Hall", "btn_task_pass");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 88e38d4cc494d89468fbcd3d024e6990
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_answer : GComponent
|
||||
{
|
||||
public GTextField text_answer;
|
||||
public const string URL = "ui://gytj501ci5lx24";
|
||||
|
||||
public static com_answer CreateInstance()
|
||||
{
|
||||
return (com_answer)UIPackage.CreateObject("P06_Hall", "com_answer");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_answer = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b309aaef52a6afe42b9d5e1ce3d275fd
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_faq : GComponent
|
||||
{
|
||||
public GTextField lab_title;
|
||||
public GButton btn_close;
|
||||
public GImage input_bg;
|
||||
public GButton btn_contactus;
|
||||
public GButton btn_send;
|
||||
public GList list_msg;
|
||||
public GTextInput input_msg;
|
||||
public GList list_faq;
|
||||
public const string URL = "ui://gytj501ci5lx1r";
|
||||
|
||||
public static com_faq CreateInstance()
|
||||
{
|
||||
return (com_faq)UIPackage.CreateObject("P06_Hall", "com_faq");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_title = (GTextField)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
input_bg = (GImage)GetChildAt(4);
|
||||
btn_contactus = (GButton)GetChildAt(5);
|
||||
btn_send = (GButton)GetChildAt(6);
|
||||
list_msg = (GList)GetChildAt(7);
|
||||
input_msg = (GTextInput)GetChildAt(8);
|
||||
list_faq = (GList)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 68caa28ea497ad44fb282445da49df8f
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_first_award : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph spine_parent;
|
||||
public GButton btn_getreward;
|
||||
public GTextField end_point;
|
||||
public GGraph fx_place;
|
||||
public GButton btn_get;
|
||||
public GRichTextField text_num;
|
||||
public GTextField title0;
|
||||
public GComponent money;
|
||||
public GImage img_gold;
|
||||
public GImage img_money;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://gytj501ccphlj";
|
||||
|
||||
public static com_first_award CreateInstance()
|
||||
{
|
||||
return (com_first_award)UIPackage.CreateObject("P06_Hall", "com_first_award");
|
||||
}
|
||||
|
||||
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);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
btn_get = (GButton)GetChildAt(5);
|
||||
text_num = (GRichTextField)GetChildAt(6);
|
||||
title0 = (GTextField)GetChildAt(7);
|
||||
money = (GComponent)GetChildAt(8);
|
||||
img_gold = (GImage)GetChildAt(9);
|
||||
img_money = (GImage)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3dd5452749aec8c42bc6c162e2900b3a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,75 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P06_Hall
|
||||
{
|
||||
public partial class com_hall : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph ani_bg;
|
||||
public com_start com_start;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_head;
|
||||
public GTextField text_name;
|
||||
public GButton btn_wheel;
|
||||
public GComponent com_money;
|
||||
public GComponent broadcast;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_luck_gift;
|
||||
public GButton btn_master;
|
||||
public GButton btn_sign;
|
||||
public GButton btn_menu;
|
||||
public btn_faq btn_faq;
|
||||
public GButton btn_rank;
|
||||
public GButton btn_restore;
|
||||
public GButton btn_petty;
|
||||
public GButton btn_speed;
|
||||
public GGroup panel;
|
||||
public Transition show1;
|
||||
public Transition hide1;
|
||||
public Transition show2;
|
||||
public Transition hide2;
|
||||
public const string URL = "ui://gytj501copwg9";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
{
|
||||
return (com_hall)UIPackage.CreateObject("P06_Hall", "com_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ani_bg = (GGraph)GetChildAt(1);
|
||||
com_start = (com_start)GetChildAt(2);
|
||||
btn_gold = (GButton)GetChildAt(3);
|
||||
btn_head = (GButton)GetChildAt(4);
|
||||
text_name = (GTextField)GetChildAt(6);
|
||||
btn_wheel = (GButton)GetChildAt(7);
|
||||
com_money = (GComponent)GetChildAt(8);
|
||||
broadcast = (GComponent)GetChildAt(9);
|
||||
btn_failpack = (GButton)GetChildAt(10);
|
||||
btn_three_day = (GButton)GetChildAt(11);
|
||||
btn_saveingpot = (GButton)GetChildAt(12);
|
||||
btn_luck_gift = (GButton)GetChildAt(13);
|
||||
btn_master = (GButton)GetChildAt(14);
|
||||
btn_sign = (GButton)GetChildAt(15);
|
||||
btn_menu = (GButton)GetChildAt(16);
|
||||
btn_faq = (btn_faq)GetChildAt(17);
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_restore = (GButton)GetChildAt(19);
|
||||
btn_petty = (GButton)GetChildAt(20);
|
||||
btn_speed = (GButton)GetChildAt(21);
|
||||
panel = (GGroup)GetChildAt(22);
|
||||
show1 = GetTransitionAt(0);
|
||||
hide1 = GetTransitionAt(1);
|
||||
show2 = GetTransitionAt(2);
|
||||
hide2 = GetTransitionAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bab0499c004164142aeeae31fdf7ebb8
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_msg : GComponent
|
||||
{
|
||||
public GTextField text_msg;
|
||||
public const string URL = "ui://gytj501ci5lx22";
|
||||
|
||||
public static com_msg CreateInstance()
|
||||
{
|
||||
return (com_msg)UIPackage.CreateObject("P06_Hall", "com_msg");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_msg = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a98931683b2618746bb1d9d51f624c63
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_payloading : GComponent
|
||||
{
|
||||
public Transition t0;
|
||||
public const string URL = "ui://gytj501crnhkn";
|
||||
|
||||
public static com_payloading CreateInstance()
|
||||
{
|
||||
return (com_payloading)UIPackage.CreateObject("P06_Hall", "com_payloading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d4b3a82c5fddd403fb591f32823b9355
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_question : GComponent
|
||||
{
|
||||
public GTextField text_question;
|
||||
public const string URL = "ui://gytj501ci5lx23";
|
||||
|
||||
public static com_question CreateInstance()
|
||||
{
|
||||
return (com_question)UIPackage.CreateObject("P06_Hall", "com_question");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_question = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6218a812c0bd6e14991672b046839392
|
||||
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.P06_Hall
|
||||
{
|
||||
public partial class com_start : GComponent
|
||||
{
|
||||
public GGraph bg_parent;
|
||||
public btn_play btn_play;
|
||||
public GTextField text_level;
|
||||
public const string URL = "ui://gytj501cm0ohy";
|
||||
|
||||
public static com_start CreateInstance()
|
||||
{
|
||||
return (com_start)UIPackage.CreateObject("P06_Hall", "com_start");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
btn_play = (btn_play)GetChildAt(1);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b88a9a7d0fc21b04eadba6b061ef4174
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user