fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P14_PassView
|
||||
{
|
||||
public class P14_PassViewBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_passunlock.URL, typeof(com_passunlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view.URL, typeof(com_pass_view));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_recive_gift.URL, typeof(btn_recive_gift));
|
||||
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: 8d24976aca389da45a895f30eaf4e62d
|
||||
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.P14_PassView
|
||||
{
|
||||
public partial class btn_recive_gift : GButton
|
||||
{
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://wyu9msxws27hv";
|
||||
|
||||
public static btn_recive_gift CreateInstance()
|
||||
{
|
||||
return (btn_recive_gift)UIPackage.CreateObject("P14_PassView", "btn_recive_gift");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ad_icon = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 217d352bcca8743dbb7958b6b2705f46
|
||||
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.P14_PassView
|
||||
{
|
||||
public partial class com_item_award : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public GGraph ani_node;
|
||||
public const string URL = "ui://wyu9msxws27hz";
|
||||
|
||||
public static com_item_award CreateInstance()
|
||||
{
|
||||
return (com_item_award)UIPackage.CreateObject("P14_PassView", "com_item_award");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(2);
|
||||
number_text = (GTextField)GetChildAt(3);
|
||||
ani_node = (GGraph)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3ff67f6ef34dc044a977b601a0b1b5f6
|
||||
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.P14_PassView
|
||||
{
|
||||
public partial class com_pass_item : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller is_full;
|
||||
public GImage progress_0_top;
|
||||
public GImage progress_0_down;
|
||||
public GImage progress_1_top;
|
||||
public GImage progress_1_down;
|
||||
public GImage progress_2_top;
|
||||
public GImage yuan;
|
||||
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("P14_PassView", "com_pass_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
is_full = GetControllerAt(1);
|
||||
progress_0_top = (GImage)GetChildAt(4);
|
||||
progress_0_down = (GImage)GetChildAt(5);
|
||||
progress_1_top = (GImage)GetChildAt(6);
|
||||
progress_1_down = (GImage)GetChildAt(7);
|
||||
progress_2_top = (GImage)GetChildAt(8);
|
||||
yuan = (GImage)GetChildAt(9);
|
||||
index_text = (GTextField)GetChildAt(10);
|
||||
free_item = (com_item_award)GetChildAt(11);
|
||||
pay_item = (com_item_award)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2c7cc41595500fd4c837fe52446885d3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P14_PassView
|
||||
{
|
||||
public partial class com_pass_view : GComponent
|
||||
{
|
||||
public GList pass_list;
|
||||
public GGraph ani_node;
|
||||
public GButton gold;
|
||||
public GButton close;
|
||||
public btn_recive_gift btn_recive;
|
||||
public progress_pass progress_pass;
|
||||
public GTextField remain_time;
|
||||
public GTextField text_level;
|
||||
public GTextField text_tips;
|
||||
public GGroup group_tips;
|
||||
public GButton btn_tips;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://wyu9msxws27h0";
|
||||
|
||||
public static com_pass_view CreateInstance()
|
||||
{
|
||||
return (com_pass_view)UIPackage.CreateObject("P14_PassView", "com_pass_view");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_list = (GList)GetChildAt(2);
|
||||
ani_node = (GGraph)GetChildAt(3);
|
||||
gold = (GButton)GetChildAt(7);
|
||||
close = (GButton)GetChildAt(8);
|
||||
btn_recive = (btn_recive_gift)GetChildAt(9);
|
||||
progress_pass = (progress_pass)GetChildAt(10);
|
||||
remain_time = (GTextField)GetChildAt(13);
|
||||
text_level = (GTextField)GetChildAt(15);
|
||||
text_tips = (GTextField)GetChildAt(18);
|
||||
group_tips = (GGroup)GetChildAt(19);
|
||||
btn_tips = (GButton)GetChildAt(20);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2b034edc7e130004b963ad2225b55d89
|
||||
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.P14_PassView
|
||||
{
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close;
|
||||
public GTextField text_allgold;
|
||||
public GButton btn_buypass;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://wyu9msxwd3a91";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("P14_PassView", "com_passunlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_allgold = (GTextField)GetChildAt(6);
|
||||
btn_buypass = (GButton)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
ads = (GTextField)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f45c2c586b829947af92a1286a54627
|
||||
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.P14_PassView
|
||||
{
|
||||
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("P14_PassView", "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: 1f13f5344343c814d84a36bf93d8b2de
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user