ball 项目提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public class ZM_AddCell_12Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(com_title.URL, typeof(com_title));
|
||||
UIObjectFactory.SetPackageItemExtension(com_goldreward.URL, typeof(com_goldreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_new.URL, typeof(com_addView_new));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_power_up.URL, typeof(btn_power_up));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: de2e6ab75a6734863a4d349e825e033f
|
||||
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_AddCell_12
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://cwrkvs46rd2522";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("ZM_AddCell_12", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1517e71004b121f458aa596720b4138b
|
||||
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_AddCell_12
|
||||
{
|
||||
public partial class btn_power_up : GButton
|
||||
{
|
||||
public GGraph ani_node;
|
||||
public const string URL = "ui://cwrkvs46rd251t";
|
||||
|
||||
public static btn_power_up CreateInstance()
|
||||
{
|
||||
return (btn_power_up)UIPackage.CreateObject("ZM_AddCell_12", "btn_power_up");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_node = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08db04c0d84e1b64ba96302659087e3a
|
||||
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.ZM_AddCell_12
|
||||
{
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField title;
|
||||
public com_title com_tips;
|
||||
public GButton btn_watch;
|
||||
public GTextField ads;
|
||||
public GTextField tips;
|
||||
public GComponent broad;
|
||||
public GButton btn_max_pay;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://cwrkvs46o5n411";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
{
|
||||
return (com_addView)UIPackage.CreateObject("ZM_AddCell_12", "com_addView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
com_tips = (com_title)GetChildAt(3);
|
||||
btn_watch = (GButton)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
tips = (GTextField)GetChildAt(6);
|
||||
broad = (GComponent)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8bbd2064c418a4b7c85e1a78a1c9f455
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,63 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public partial class com_addView_new : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField text_level;
|
||||
public GTextField lab_title;
|
||||
public GTextField lab_title_2;
|
||||
public GTextField lab_title_3;
|
||||
public GTextField text_out;
|
||||
public GTextField text_back;
|
||||
public GTextField text_refresh;
|
||||
public GTextField ads;
|
||||
public GButton btn_close;
|
||||
public GGraph ani_powerup;
|
||||
public btn_power_up btn_up;
|
||||
public GGraph ani_parent1;
|
||||
public GGraph ani_parent2;
|
||||
public GButton btn_addout;
|
||||
public GButton btn_addback;
|
||||
public GButton btn_addrefresh;
|
||||
public btn_get btn_play;
|
||||
public GButton btn_max_pay;
|
||||
public GButton btn_watch;
|
||||
public const string URL = "ui://cwrkvs46rd251m";
|
||||
|
||||
public static com_addView_new CreateInstance()
|
||||
{
|
||||
return (com_addView_new)UIPackage.CreateObject("ZM_AddCell_12", "com_addView_new");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
lab_title = (GTextField)GetChildAt(4);
|
||||
lab_title_2 = (GTextField)GetChildAt(5);
|
||||
lab_title_3 = (GTextField)GetChildAt(6);
|
||||
text_out = (GTextField)GetChildAt(10);
|
||||
text_back = (GTextField)GetChildAt(11);
|
||||
text_refresh = (GTextField)GetChildAt(12);
|
||||
ads = (GTextField)GetChildAt(13);
|
||||
btn_close = (GButton)GetChildAt(14);
|
||||
ani_powerup = (GGraph)GetChildAt(15);
|
||||
btn_up = (btn_power_up)GetChildAt(16);
|
||||
ani_parent1 = (GGraph)GetChildAt(17);
|
||||
ani_parent2 = (GGraph)GetChildAt(18);
|
||||
btn_addout = (GButton)GetChildAt(19);
|
||||
btn_addback = (GButton)GetChildAt(20);
|
||||
btn_addrefresh = (GButton)GetChildAt(21);
|
||||
btn_play = (btn_get)GetChildAt(22);
|
||||
btn_max_pay = (GButton)GetChildAt(24);
|
||||
btn_watch = (GButton)GetChildAt(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 002091f0dc3653344bec52b174644caa
|
||||
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_AddCell_12
|
||||
{
|
||||
public partial class com_addView_off : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField title;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GGraph ani_node;
|
||||
public GTextField text_old_price;
|
||||
public GTextField text_time;
|
||||
public GButton btn_close;
|
||||
public GButton btn_watch;
|
||||
public GButton btn_max_pay;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://cwrkvs46sjfi2k";
|
||||
|
||||
public static com_addView_off CreateInstance()
|
||||
{
|
||||
return (com_addView_off)UIPackage.CreateObject("ZM_AddCell_12", "com_addView_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
tips = (GTextField)GetChildAt(3);
|
||||
ads = (GTextField)GetChildAt(4);
|
||||
ani_node = (GGraph)GetChildAt(5);
|
||||
text_old_price = (GTextField)GetChildAt(6);
|
||||
text_time = (GTextField)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(12);
|
||||
btn_watch = (GButton)GetChildAt(13);
|
||||
btn_max_pay = (GButton)GetChildAt(14);
|
||||
broad = (GComponent)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e5a4b5cd603c9b43a9046b1ef99ea87
|
||||
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.ZM_AddCell_12
|
||||
{
|
||||
public partial class com_goldreward : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GTextField text_goldnum;
|
||||
public GButton btn_receive;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://cwrkvs46r8lgu";
|
||||
|
||||
public static com_goldreward CreateInstance()
|
||||
{
|
||||
return (com_goldreward)UIPackage.CreateObject("ZM_AddCell_12", "com_goldreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_goldnum = (GTextField)GetChildAt(4);
|
||||
btn_receive = (GButton)GetChildAt(5);
|
||||
end_point = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bd7e5bf0ec0ab4827a19dcbcb05b97f6
|
||||
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_AddCell_12
|
||||
{
|
||||
public partial class com_title : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public const string URL = "ui://cwrkvs46o5n416";
|
||||
|
||||
public static com_title CreateInstance()
|
||||
{
|
||||
return (com_title)UIPackage.CreateObject("ZM_AddCell_12", "com_title");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08f7297b82b241e4c8c1e143bfc7cb65
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user