fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public class ZM_Pass_14Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_List.URL, typeof(com_List));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view.URL, typeof(com_pass_view));
|
||||
UIObjectFactory.SetPackageItemExtension(progress_pass.URL, typeof(progress_pass));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_item.URL, typeof(com_pass_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_item_award.URL, typeof(com_item_award));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 825d7f3d73539406aa038bcf2a0fb1f7
|
||||
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_Pass_14
|
||||
{
|
||||
public partial class com_List : GComponent
|
||||
{
|
||||
public GList pass_list;
|
||||
public const string URL = "ui://wyu9msxw9aez28";
|
||||
|
||||
public static com_List CreateInstance()
|
||||
{
|
||||
return (com_List)UIPackage.CreateObject("ZM_Pass_14", "com_List");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_list = (GList)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d46c6b3424bbf3c41a82a1873c616422
|
||||
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_Pass_14
|
||||
{
|
||||
public partial class com_item_award : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public GButton btn_claim;
|
||||
public const string URL = "ui://wyu9msxws27hz";
|
||||
|
||||
public static com_item_award CreateInstance()
|
||||
{
|
||||
return (com_item_award)UIPackage.CreateObject("ZM_Pass_14", "com_item_award");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
btn_claim = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ce7f3ada35bc4c16ad6e444823d54ad
|
||||
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_Pass_14
|
||||
{
|
||||
public partial class com_pass_item : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller is_full;
|
||||
public GTextField index_text;
|
||||
public com_item_award free_item;
|
||||
public com_item_award pay_item;
|
||||
public const string URL = "ui://wyu9msxws27hy";
|
||||
|
||||
public static com_pass_item CreateInstance()
|
||||
{
|
||||
return (com_pass_item)UIPackage.CreateObject("ZM_Pass_14", "com_pass_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
is_full = GetControllerAt(1);
|
||||
index_text = (GTextField)GetChildAt(3);
|
||||
free_item = (com_item_award)GetChildAt(4);
|
||||
pay_item = (com_item_award)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f23e5ce18cc68475b8c5a9969c1321df
|
||||
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_Pass_14
|
||||
{
|
||||
public partial class com_pass_view : GComponent
|
||||
{
|
||||
public GButton btn_recive;
|
||||
public progress_pass progress_pass;
|
||||
public GTextField text_level;
|
||||
public com_List list_panel;
|
||||
public GButton btn_tips;
|
||||
public GButton gold;
|
||||
public GTextField remain_time;
|
||||
public GGroup group_;
|
||||
public GButton close;
|
||||
public const string URL = "ui://wyu9msxws27h0";
|
||||
|
||||
public static com_pass_view CreateInstance()
|
||||
{
|
||||
return (com_pass_view)UIPackage.CreateObject("ZM_Pass_14", "com_pass_view");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_recive = (GButton)GetChildAt(1);
|
||||
progress_pass = (progress_pass)GetChildAt(2);
|
||||
text_level = (GTextField)GetChildAt(5);
|
||||
list_panel = (com_List)GetChildAt(8);
|
||||
btn_tips = (GButton)GetChildAt(9);
|
||||
gold = (GButton)GetChildAt(10);
|
||||
remain_time = (GTextField)GetChildAt(12);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
close = (GButton)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f216e1d94a7a4d528abacb286122982
|
||||
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_Pass_14
|
||||
{
|
||||
public partial class progress_pass : GProgressBar
|
||||
{
|
||||
public Controller show_tips;
|
||||
public GTextField text_num;
|
||||
public const string URL = "ui://wyu9msxws27hx";
|
||||
|
||||
public static progress_pass CreateInstance()
|
||||
{
|
||||
return (progress_pass)UIPackage.CreateObject("ZM_Pass_14", "progress_pass");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
show_tips = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 629ec8571808147569d5ca2c4a59cee6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user