fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
public class ZM_Setting_07Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_language.URL, typeof(com_language));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_language.URL, typeof(btn_language));
|
||||
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sound_on_off.URL, typeof(btn_sound_on_off));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(com_person.URL, typeof(com_person));
|
||||
UIObjectFactory.SetPackageItemExtension(com_edit_name.URL, typeof(com_edit_name));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_item_head.URL, typeof(btn_item_head));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_music_on_off.URL, typeof(btn_music_on_off));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9b026acba3ec8468b8504fca163d152b
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class btn_item_head : GButton
|
||||
{
|
||||
public Controller head_select;
|
||||
public GButton head;
|
||||
public const string URL = "ui://8rcjs2ucsebxj";
|
||||
|
||||
public static btn_item_head CreateInstance()
|
||||
{
|
||||
return (btn_item_head)UIPackage.CreateObject("ZM_Setting_07", "btn_item_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
head_select = GetControllerAt(0);
|
||||
head = (GButton)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7e64cfabc03fa4a6e844d4a72115b9df
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class btn_language : GButton
|
||||
{
|
||||
public Controller select;
|
||||
public GTextField lab_name;
|
||||
public const string URL = "ui://8rcjs2uce4zue3e";
|
||||
|
||||
public static btn_language CreateInstance()
|
||||
{
|
||||
return (btn_language)UIPackage.CreateObject("ZM_Setting_07", "btn_language");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
select = GetControllerAt(0);
|
||||
lab_name = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f722ee026153567418238f867cb9bcb2
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class btn_menu : GButton
|
||||
{
|
||||
public Controller menus;
|
||||
public const string URL = "ui://8rcjs2ucsebx13";
|
||||
|
||||
public static btn_menu CreateInstance()
|
||||
{
|
||||
return (btn_menu)UIPackage.CreateObject("ZM_Setting_07", "btn_menu");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
menus = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3a280552a6c60425e8c3b7b43390de63
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class btn_music_on_off : GButton
|
||||
{
|
||||
public Controller on_off;
|
||||
public const string URL = "ui://8rcjs2ucwgo421";
|
||||
|
||||
public static btn_music_on_off CreateInstance()
|
||||
{
|
||||
return (btn_music_on_off)UIPackage.CreateObject("ZM_Setting_07", "btn_music_on_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
on_off = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a4e07651a8da449b5b5e00cebd5cb2de
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class btn_sound_on_off : GButton
|
||||
{
|
||||
public Controller on_off;
|
||||
public const string URL = "ui://8rcjs2ucsebx11";
|
||||
|
||||
public static btn_sound_on_off CreateInstance()
|
||||
{
|
||||
return (btn_sound_on_off)UIPackage.CreateObject("ZM_Setting_07", "btn_sound_on_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
on_off = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9dae8a9a32ebd46f2a77a8d21b4eee8e
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class com_edit_name : GComponent
|
||||
{
|
||||
public GTextInput input;
|
||||
public GButton btn_amend;
|
||||
public const string URL = "ui://8rcjs2ucsebxh";
|
||||
|
||||
public static com_edit_name CreateInstance()
|
||||
{
|
||||
return (com_edit_name)UIPackage.CreateObject("ZM_Setting_07", "com_edit_name");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
input = (GTextInput)GetChildAt(1);
|
||||
btn_amend = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46222d5caee6e456189cde0b2134293d
|
||||
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_Setting_07
|
||||
{
|
||||
public partial class com_language : GComponent
|
||||
{
|
||||
public GList list;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://8rcjs2uce4zue3b";
|
||||
|
||||
public static com_language CreateInstance()
|
||||
{
|
||||
return (com_language)UIPackage.CreateObject("ZM_Setting_07", "com_language");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list = (GList)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 033665fa7b00520499c1dfb44cb96a97
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
public partial class com_person : GComponent
|
||||
{
|
||||
public GButton btn_update;
|
||||
public com_edit_name edit_name;
|
||||
public GList list;
|
||||
public GButton btn_close;
|
||||
public GTextField title;
|
||||
public const string URL = "ui://8rcjs2ucsebxf";
|
||||
|
||||
public static com_person CreateInstance()
|
||||
{
|
||||
return (com_person)UIPackage.CreateObject("ZM_Setting_07", "com_person");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_update = (GButton)GetChildAt(1);
|
||||
edit_name = (com_edit_name)GetChildAt(2);
|
||||
list = (GList)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cc12065f3101f4eaf9f863cc0df06fc9
|
||||
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.ZM_Setting_07
|
||||
{
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public Controller gift_switch;
|
||||
public GButton btn_back;
|
||||
public btn_sound_on_off btn_sound;
|
||||
public btn_music_on_off btn_music;
|
||||
public btn_menu btn_privacy;
|
||||
public btn_menu btn_terms;
|
||||
public btn_menu btn_official;
|
||||
public btn_menu btn_restore;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GTextField title;
|
||||
public GButton com_gold;
|
||||
public btn_menu btn_us;
|
||||
public GButton btn_back_home;
|
||||
public btn_menu btn_language;
|
||||
public const string URL = "ui://8rcjs2ucsebx10";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
{
|
||||
return (com_setting)UIPackage.CreateObject("ZM_Setting_07", "com_setting");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift_switch = GetControllerAt(0);
|
||||
btn_back = (GButton)GetChildAt(1);
|
||||
btn_sound = (btn_sound_on_off)GetChildAt(2);
|
||||
btn_music = (btn_music_on_off)GetChildAt(3);
|
||||
btn_privacy = (btn_menu)GetChildAt(4);
|
||||
btn_terms = (btn_menu)GetChildAt(5);
|
||||
btn_official = (btn_menu)GetChildAt(6);
|
||||
btn_restore = (btn_menu)GetChildAt(7);
|
||||
text_uid = (GTextField)GetChildAt(8);
|
||||
text_version = (GTextField)GetChildAt(9);
|
||||
title = (GTextField)GetChildAt(10);
|
||||
com_gold = (GButton)GetChildAt(11);
|
||||
btn_us = (btn_menu)GetChildAt(12);
|
||||
btn_back_home = (GButton)GetChildAt(13);
|
||||
btn_language = (btn_menu)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfddb7d3737d04ea581bdb6dd63b7288
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user