首次提交
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.G006_menu
|
||||
{
|
||||
public class G006_menuBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_switch_sound.URL, typeof(btn_switch_sound));
|
||||
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(com_edit.URL, typeof(com_edit));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_lang_red.URL, typeof(btn_lang_red));
|
||||
UIObjectFactory.SetPackageItemExtension(com_menu.URL, typeof(com_menu));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f53a5e4ada23a3e468eda86dd147bc77
|
||||
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
|
||||
{
|
||||
public partial class btn_img : GButton
|
||||
{
|
||||
public Controller cont_select;
|
||||
public GComponent head_loader;
|
||||
public const string URL = "ui://mqs6max7rezm1d";
|
||||
|
||||
public static btn_img CreateInstance()
|
||||
{
|
||||
return (btn_img)UIPackage.CreateObject("G006_menu", "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: d752b437da88a714e8d696efaefdf46c
|
||||
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
|
||||
{
|
||||
public partial class btn_lang : GButton
|
||||
{
|
||||
public Controller cont_btn;
|
||||
public Controller btn_state;
|
||||
public GTextField text_lang;
|
||||
public const string URL = "ui://mqs6max7rezm1e";
|
||||
|
||||
public static btn_lang CreateInstance()
|
||||
{
|
||||
return (btn_lang)UIPackage.CreateObject("G006_menu", "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: 041462d95ab821d44984eeb45c72ce1e
|
||||
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
|
||||
{
|
||||
public partial class btn_lang_red : GButton
|
||||
{
|
||||
public GTextField text_lang;
|
||||
public const string URL = "ui://mqs6max7trht4m";
|
||||
|
||||
public static btn_lang_red CreateInstance()
|
||||
{
|
||||
return (btn_lang_red)UIPackage.CreateObject("G006_menu", "btn_lang_red");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_lang = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a7e77f8ae8c61d47b0f19bbc4f43dd2
|
||||
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
|
||||
{
|
||||
public partial class btn_switch_music : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://mqs6max7rezm1f";
|
||||
|
||||
public static btn_switch_music CreateInstance()
|
||||
{
|
||||
return (btn_switch_music)UIPackage.CreateObject("G006_menu", "btn_switch_music");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 54a2025b4d70b2045bd9ff2422b661b2
|
||||
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
|
||||
{
|
||||
public partial class btn_switch_sound : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public const string URL = "ui://mqs6max7ahbj22";
|
||||
|
||||
public static btn_switch_sound CreateInstance()
|
||||
{
|
||||
return (btn_switch_sound)UIPackage.CreateObject("G006_menu", "btn_switch_sound");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b54386d4681fbc940a564dbf1d94c291
|
||||
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
|
||||
{
|
||||
public partial class com_edit : GComponent
|
||||
{
|
||||
public GTextField t2;
|
||||
public GGraph img_cheat;
|
||||
public GList list_avatar;
|
||||
public GTextInput textp_name;
|
||||
public GButton btn_ok;
|
||||
public GButton closeButton;
|
||||
public const string URL = "ui://mqs6max7si1f0";
|
||||
|
||||
public static com_edit CreateInstance()
|
||||
{
|
||||
return (com_edit)UIPackage.CreateObject("G006_menu", "com_edit");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t2 = (GTextField)GetChildAt(4);
|
||||
img_cheat = (GGraph)GetChildAt(5);
|
||||
list_avatar = (GList)GetChildAt(10);
|
||||
textp_name = (GTextInput)GetChildAt(11);
|
||||
btn_ok = (GButton)GetChildAt(12);
|
||||
closeButton = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 144eba9fab6b7e04080f216db5137724
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G006_menu
|
||||
{
|
||||
public partial class com_menu : GComponent
|
||||
{
|
||||
public Controller switchgift;
|
||||
public GTextField title0;
|
||||
public GButton btn_close;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GTextField title3;
|
||||
public btn_switch_sound btn_music;
|
||||
public GTextField title1;
|
||||
public btn_switch_sound btn_sound;
|
||||
public btn_lang btn_record;
|
||||
public btn_lang btn_contact;
|
||||
public btn_lang btn_pri;
|
||||
public btn_lang btn_terms;
|
||||
public btn_lang_red ExitBtn;
|
||||
public btn_lang btn_restore;
|
||||
public const string URL = "ui://mqs6max7u6tn12";
|
||||
|
||||
public static com_menu CreateInstance()
|
||||
{
|
||||
return (com_menu)UIPackage.CreateObject("G006_menu", "com_menu");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
switchgift = GetControllerAt(0);
|
||||
title0 = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_uid = (GTextField)GetChildAt(5);
|
||||
text_version = (GTextField)GetChildAt(6);
|
||||
title3 = (GTextField)GetChildAt(8);
|
||||
btn_music = (btn_switch_sound)GetChildAt(9);
|
||||
title1 = (GTextField)GetChildAt(11);
|
||||
btn_sound = (btn_switch_sound)GetChildAt(12);
|
||||
btn_record = (btn_lang)GetChildAt(14);
|
||||
btn_contact = (btn_lang)GetChildAt(15);
|
||||
btn_pri = (btn_lang)GetChildAt(16);
|
||||
btn_terms = (btn_lang)GetChildAt(17);
|
||||
ExitBtn = (btn_lang_red)GetChildAt(18);
|
||||
btn_restore = (btn_lang)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 593f063e25f563f47afd9fb09fc18c1a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user