bingo 项目提交
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.G006_menu_animal
|
||||
{
|
||||
public class G006_menu_animalBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_switch_sound.URL, typeof(btn_switch_sound));
|
||||
UIObjectFactory.SetPackageItemExtension(com_sheepwindow.URL, typeof(com_sheepwindow));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buyslot.URL, typeof(com_buyslot));
|
||||
UIObjectFactory.SetPackageItemExtension(com_remake.URL, typeof(com_remake));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_img.URL, typeof(btn_img));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_lang.URL, typeof(btn_lang));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_switch_music.URL, typeof(btn_switch_music));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_avatar.URL, typeof(btn_avatar));
|
||||
UIObjectFactory.SetPackageItemExtension(com_edit.URL, typeof(com_edit));
|
||||
UIObjectFactory.SetPackageItemExtension(com_setting_ani.URL, typeof(com_setting_ani));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7abcab90636734e8a873420c31929dbc
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class btn_avatar : GButton
|
||||
{
|
||||
public GLoader loader_avatar;
|
||||
public const string URL = "ui://fdihxyogrezm1l";
|
||||
|
||||
public static btn_avatar CreateInstance()
|
||||
{
|
||||
return (btn_avatar)UIPackage.CreateObject("G006_menu_animal", "btn_avatar");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_avatar = (GLoader)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08f1b9c5f23354dfea928be7dc77d8ec
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class btn_img : GButton
|
||||
{
|
||||
public Controller cont_select;
|
||||
public GComponent head_loader;
|
||||
public const string URL = "ui://fdihxyogrezm1d";
|
||||
|
||||
public static btn_img CreateInstance()
|
||||
{
|
||||
return (btn_img)UIPackage.CreateObject("G006_menu_animal", "btn_img");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_select = GetControllerAt(0);
|
||||
head_loader = (GComponent)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 566c29da3552147758404fef91191c7d
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class btn_lang : GButton
|
||||
{
|
||||
public Controller cont_btn;
|
||||
public Controller btn_state;
|
||||
public GTextField text_lang;
|
||||
public const string URL = "ui://fdihxyogrezm1e";
|
||||
|
||||
public static btn_lang CreateInstance()
|
||||
{
|
||||
return (btn_lang)UIPackage.CreateObject("G006_menu_animal", "btn_lang");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_btn = GetControllerAt(0);
|
||||
btn_state = GetControllerAt(1);
|
||||
text_lang = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 19b84fec8c58543568117989df09f31f
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class btn_switch_music : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://fdihxyogrezm1f";
|
||||
|
||||
public static btn_switch_music CreateInstance()
|
||||
{
|
||||
return (btn_switch_music)UIPackage.CreateObject("G006_menu_animal", "btn_switch_music");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fec9a09a30bea4b78b7ecea9fee05ee5
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class btn_switch_sound : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://fdihxyogahbj22";
|
||||
|
||||
public static btn_switch_sound CreateInstance()
|
||||
{
|
||||
return (btn_switch_sound)UIPackage.CreateObject("G006_menu_animal", "btn_switch_sound");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9eb38872c8a2f4db79d9894bb6c8643a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G006_menu_animal
|
||||
{
|
||||
public partial class com_buyslot : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField off_text;
|
||||
public GButton btn_close;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://fdihxyogoxqi31";
|
||||
|
||||
public static com_buyslot CreateInstance()
|
||||
{
|
||||
return (com_buyslot)UIPackage.CreateObject("G006_menu_animal", "com_buyslot");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
off_text = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(10);
|
||||
text_have = (GTextField)GetChildAt(11);
|
||||
need_text = (GTextField)GetChildAt(12);
|
||||
btn_buy = (GButton)GetChildAt(13);
|
||||
btn_max_pay = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7aef8f410f91b4ce889c762cef99dde4
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class com_edit : GComponent
|
||||
{
|
||||
public GTextField t2;
|
||||
public GTextInput textp_name;
|
||||
public GGraph img_cheat;
|
||||
public GList list_avatar;
|
||||
public GTextField t2_2;
|
||||
public GButton btn_ok;
|
||||
public const string URL = "ui://fdihxyogsi1f0";
|
||||
|
||||
public static com_edit CreateInstance()
|
||||
{
|
||||
return (com_edit)UIPackage.CreateObject("G006_menu_animal", "com_edit");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t2 = (GTextField)GetChildAt(3);
|
||||
textp_name = (GTextInput)GetChildAt(4);
|
||||
img_cheat = (GGraph)GetChildAt(6);
|
||||
list_avatar = (GList)GetChildAt(7);
|
||||
t2_2 = (GTextField)GetChildAt(10);
|
||||
btn_ok = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8464230e72ea64108ad43cee1b039465
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class com_remake : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GButton btn_close;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_ad;
|
||||
public GButton btn_back;
|
||||
public GImage out_img;
|
||||
public const string URL = "ui://fdihxyogoxqi32";
|
||||
|
||||
public static com_remake CreateInstance()
|
||||
{
|
||||
return (com_remake)UIPackage.CreateObject("G006_menu_animal", "com_remake");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
btn_gold = (GButton)GetChildAt(5);
|
||||
btn_ad = (GButton)GetChildAt(6);
|
||||
btn_back = (GButton)GetChildAt(7);
|
||||
out_img = (GImage)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 828a40e82409c4613a550623d9448f35
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class com_setting_ani : GComponent
|
||||
{
|
||||
public Controller switchgift;
|
||||
public GTextField title0;
|
||||
public GList list_tab;
|
||||
public btn_switch_sound btn_sound;
|
||||
public btn_switch_sound btn_music;
|
||||
public btn_avatar btn_edit;
|
||||
public GTextField text_name;
|
||||
public GLoader loader_flag;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GTextField title1;
|
||||
public GTextField title2;
|
||||
public GList list_lang;
|
||||
public GTextField title1_2;
|
||||
public btn_lang btn_contact;
|
||||
public btn_lang btn_pri;
|
||||
public btn_lang btn_terms;
|
||||
public btn_lang btn_record;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://fdihxyogu6tn12";
|
||||
|
||||
public static com_setting_ani CreateInstance()
|
||||
{
|
||||
return (com_setting_ani)UIPackage.CreateObject("G006_menu_animal", "com_setting_ani");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
switchgift = GetControllerAt(0);
|
||||
title0 = (GTextField)GetChildAt(1);
|
||||
list_tab = (GList)GetChildAt(2);
|
||||
btn_sound = (btn_switch_sound)GetChildAt(3);
|
||||
btn_music = (btn_switch_sound)GetChildAt(4);
|
||||
btn_edit = (btn_avatar)GetChildAt(5);
|
||||
text_name = (GTextField)GetChildAt(6);
|
||||
loader_flag = (GLoader)GetChildAt(7);
|
||||
text_uid = (GTextField)GetChildAt(8);
|
||||
text_version = (GTextField)GetChildAt(9);
|
||||
title1 = (GTextField)GetChildAt(11);
|
||||
title2 = (GTextField)GetChildAt(12);
|
||||
list_lang = (GList)GetChildAt(13);
|
||||
title1_2 = (GTextField)GetChildAt(14);
|
||||
btn_contact = (btn_lang)GetChildAt(17);
|
||||
btn_pri = (btn_lang)GetChildAt(18);
|
||||
btn_terms = (btn_lang)GetChildAt(19);
|
||||
btn_record = (btn_lang)GetChildAt(21);
|
||||
btn_close = (GButton)GetChildAt(24);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6cfc34ddbda24466f83ae60c989e1edb
|
||||
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.G006_menu_animal
|
||||
{
|
||||
public partial class com_sheepwindow : GComponent
|
||||
{
|
||||
public Controller window_state;
|
||||
public GButton btn_close;
|
||||
public GButton btn_buy;
|
||||
public const string URL = "ui://fdihxyogoxqi2j";
|
||||
|
||||
public static com_sheepwindow CreateInstance()
|
||||
{
|
||||
return (com_sheepwindow)UIPackage.CreateObject("G006_menu_animal", "com_sheepwindow");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
window_state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
btn_buy = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e0cf403a719824aa5a0ca1565c6323d3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user