ball 项目提交
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.ZM_Lobby_03
|
||||
{
|
||||
public class ZM_Lobby_03Binder
|
||||
{
|
||||
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(btn_level_play.URL, typeof(btn_level_play));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_hall_head.URL, typeof(btn_hall_head));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_item_play.URL, typeof(btn_item_play));
|
||||
UIObjectFactory.SetPackageItemExtension(head.URL, typeof(head));
|
||||
UIObjectFactory.SetPackageItemExtension(com_map.URL, typeof(com_map));
|
||||
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: 3aebdb05d535c45f7b1074ccda105d4c
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_hall_head : GButton
|
||||
{
|
||||
public GButton btn_head;
|
||||
public GGroup anim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://gytj501cn44r36";
|
||||
|
||||
public static btn_hall_head CreateInstance()
|
||||
{
|
||||
return (btn_hall_head)UIPackage.CreateObject("ZM_Lobby_03", "btn_hall_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_head = (GButton)GetChildAt(0);
|
||||
anim = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 02c48db7d85c8794bb4c394ecf4f1b0f
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_item_play : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public head com_head;
|
||||
public GGroup head;
|
||||
public GTextField level;
|
||||
public GTextField level1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://gytj501cnq231y";
|
||||
|
||||
public static btn_item_play CreateInstance()
|
||||
{
|
||||
return (btn_item_play)UIPackage.CreateObject("ZM_Lobby_03", "btn_item_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
com_head = (head)GetChildAt(3);
|
||||
head = (GGroup)GetChildAt(5);
|
||||
level = (GTextField)GetChildAt(6);
|
||||
level1 = (GTextField)GetChildAt(7);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 70de409a67ddad349ae28e28743c242c
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_level_play : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField text_level;
|
||||
public btn_hall_head btn_hall_head;
|
||||
public const string URL = "ui://gytj501cn44r32";
|
||||
|
||||
public static btn_level_play CreateInstance()
|
||||
{
|
||||
return (btn_level_play)UIPackage.CreateObject("ZM_Lobby_03", "btn_level_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
btn_hall_head = (btn_hall_head)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 207e6ba638c1ec24bb8a8b9c47ba56b8
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_play : GButton
|
||||
{
|
||||
public GTextField text_buy;
|
||||
public GTextField text_lv;
|
||||
public const string URL = "ui://gytj501cun4ap";
|
||||
|
||||
public static btn_play CreateInstance()
|
||||
{
|
||||
return (btn_play)UIPackage.CreateObject("ZM_Lobby_03", "btn_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_buy = (GTextField)GetChildAt(1);
|
||||
text_lv = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: edb23554760d04ccb871182f547c79b9
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_task_pass : GButton
|
||||
{
|
||||
public GProgressBar pass_pro;
|
||||
public GTextField number_text;
|
||||
public GImage red;
|
||||
public const string URL = "ui://gytj501c9eojh";
|
||||
|
||||
public static btn_task_pass CreateInstance()
|
||||
{
|
||||
return (btn_task_pass)UIPackage.CreateObject("ZM_Lobby_03", "btn_task_pass");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_pro = (GProgressBar)GetChildAt(1);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
red = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 90a3ef60e97304430834e28eb51a1562
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,45 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Lobby_03
|
||||
{
|
||||
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 GTextField text_num;
|
||||
public GButton com_gold;
|
||||
public GImage img_money;
|
||||
public GTextField title1;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://gytj501ccphlj";
|
||||
|
||||
public static com_first_award CreateInstance()
|
||||
{
|
||||
return (com_first_award)UIPackage.CreateObject("ZM_Lobby_03", "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 = (GTextField)GetChildAt(6);
|
||||
com_gold = (GButton)GetChildAt(7);
|
||||
img_money = (GImage)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7ce5fd47b3d534a118f5eee102e3e630
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,85 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Lobby_03
|
||||
{
|
||||
public partial class com_hall : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GLoader bg_loader;
|
||||
public btn_play btn_play;
|
||||
public GButton btn_album;
|
||||
public GButton btn_vip;
|
||||
public GButton btn_shop;
|
||||
public GButton btn_live;
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_task_level;
|
||||
public GButton btn_setting;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_head;
|
||||
public GGroup group_;
|
||||
public GButton btn_task_pass;
|
||||
public btn_level_play btn_play1;
|
||||
public btn_level_play btn_play2;
|
||||
public btn_level_play btn_play3;
|
||||
public btn_level_play btn_play4;
|
||||
public btn_level_play btn_play5;
|
||||
public btn_level_play btn_play6;
|
||||
public btn_level_play btn_play7;
|
||||
public btn_level_play btn_play8;
|
||||
public btn_level_play btn_play9;
|
||||
public btn_level_play btn_play10;
|
||||
public GGroup play_node;
|
||||
public GButton btn_task_times;
|
||||
public GButton btn_wv;
|
||||
public GButton btn_noads;
|
||||
public GButton btn_restore;
|
||||
public GButton btn_secret;
|
||||
public GButton btn_chat;
|
||||
public const string URL = "ui://gytj501copwg9";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
{
|
||||
return (com_hall)UIPackage.CreateObject("ZM_Lobby_03", "com_hall");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
bg_loader = (GLoader)GetChildAt(1);
|
||||
btn_play = (btn_play)GetChildAt(4);
|
||||
btn_album = (GButton)GetChildAt(5);
|
||||
btn_vip = (GButton)GetChildAt(6);
|
||||
btn_shop = (GButton)GetChildAt(7);
|
||||
btn_live = (GButton)GetChildAt(8);
|
||||
btn_three_day = (GButton)GetChildAt(9);
|
||||
btn_task_level = (GButton)GetChildAt(10);
|
||||
btn_setting = (GButton)GetChildAt(11);
|
||||
btn_gold = (GButton)GetChildAt(12);
|
||||
btn_head = (GButton)GetChildAt(13);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
btn_task_pass = (GButton)GetChildAt(15);
|
||||
btn_play1 = (btn_level_play)GetChildAt(16);
|
||||
btn_play2 = (btn_level_play)GetChildAt(17);
|
||||
btn_play3 = (btn_level_play)GetChildAt(18);
|
||||
btn_play4 = (btn_level_play)GetChildAt(19);
|
||||
btn_play5 = (btn_level_play)GetChildAt(20);
|
||||
btn_play6 = (btn_level_play)GetChildAt(21);
|
||||
btn_play7 = (btn_level_play)GetChildAt(22);
|
||||
btn_play8 = (btn_level_play)GetChildAt(23);
|
||||
btn_play9 = (btn_level_play)GetChildAt(24);
|
||||
btn_play10 = (btn_level_play)GetChildAt(25);
|
||||
play_node = (GGroup)GetChildAt(26);
|
||||
btn_task_times = (GButton)GetChildAt(27);
|
||||
btn_wv = (GButton)GetChildAt(28);
|
||||
btn_noads = (GButton)GetChildAt(29);
|
||||
btn_restore = (GButton)GetChildAt(30);
|
||||
btn_secret = (GButton)GetChildAt(31);
|
||||
btn_chat = (GButton)GetChildAt(32);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: db5484661c3d04a8780b158ba382165f
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class com_map : GComponent
|
||||
{
|
||||
public GButton head;
|
||||
public GButton btn_back;
|
||||
public GButton com_gold;
|
||||
public btn_item_play btn_play12;
|
||||
public btn_item_play btn_play11;
|
||||
public btn_item_play btn_play10;
|
||||
public btn_item_play btn_play9;
|
||||
public btn_item_play btn_play8;
|
||||
public btn_item_play btn_play7;
|
||||
public btn_item_play btn_play6;
|
||||
public btn_item_play btn_play5;
|
||||
public btn_item_play btn_play4;
|
||||
public btn_item_play btn_play3;
|
||||
public btn_item_play btn_play2;
|
||||
public btn_item_play btn_play1;
|
||||
public GGroup panel;
|
||||
public const string URL = "ui://gytj501cnq232i";
|
||||
|
||||
public static com_map CreateInstance()
|
||||
{
|
||||
return (com_map)UIPackage.CreateObject("ZM_Lobby_03", "com_map");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
head = (GButton)GetChildAt(1);
|
||||
btn_back = (GButton)GetChildAt(2);
|
||||
com_gold = (GButton)GetChildAt(3);
|
||||
btn_play12 = (btn_item_play)GetChildAt(4);
|
||||
btn_play11 = (btn_item_play)GetChildAt(5);
|
||||
btn_play10 = (btn_item_play)GetChildAt(6);
|
||||
btn_play9 = (btn_item_play)GetChildAt(7);
|
||||
btn_play8 = (btn_item_play)GetChildAt(8);
|
||||
btn_play7 = (btn_item_play)GetChildAt(9);
|
||||
btn_play6 = (btn_item_play)GetChildAt(10);
|
||||
btn_play5 = (btn_item_play)GetChildAt(11);
|
||||
btn_play4 = (btn_item_play)GetChildAt(12);
|
||||
btn_play3 = (btn_item_play)GetChildAt(13);
|
||||
btn_play2 = (btn_item_play)GetChildAt(14);
|
||||
btn_play1 = (btn_item_play)GetChildAt(15);
|
||||
panel = (GGroup)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: eacb8e3435b889544875b536d37e9290
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
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("ZM_Lobby_03", "com_payloading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 73851763073eb448f8f36192fc3cedca
|
||||
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.ZM_Lobby_03
|
||||
{
|
||||
public partial class head : GComponent
|
||||
{
|
||||
public GLoader loader;
|
||||
public const string URL = "ui://gytj501cnq231z";
|
||||
|
||||
public static head CreateInstance()
|
||||
{
|
||||
return (head)UIPackage.CreateObject("ZM_Lobby_03", "head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader = (GLoader)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe0fa61e156cd487fadb133c0cd0f377
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user