feat: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.P14_PassView
|
||||
{
|
||||
public class P14_PassViewBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
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));
|
||||
UIObjectFactory.SetPackageItemExtension(com_passunlock.URL, typeof(com_passunlock));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6775b2175071311438ee11e841ff5844
|
||||
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.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 GButton btn_claim;
|
||||
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(4);
|
||||
number_text = (GTextField)GetChildAt(5);
|
||||
ani_node = (GGraph)GetChildAt(6);
|
||||
btn_claim = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b9fde5b7324ac8949bd8c43c5b924ea7
|
||||
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.P14_PassView
|
||||
{
|
||||
public partial class com_pass_item : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
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 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);
|
||||
progress_0_top = (GImage)GetChildAt(5);
|
||||
progress_0_down = (GImage)GetChildAt(6);
|
||||
progress_1_top = (GImage)GetChildAt(7);
|
||||
progress_1_down = (GImage)GetChildAt(8);
|
||||
progress_2_top = (GImage)GetChildAt(9);
|
||||
index_text = (GTextField)GetChildAt(11);
|
||||
free_item = (com_item_award)GetChildAt(12);
|
||||
pay_item = (com_item_award)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f40037a9f8112dc46aad48cf4c040829
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
/** 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 GImage bg;
|
||||
public GButton gold;
|
||||
public GButton close;
|
||||
public GGroup group_top;
|
||||
public GList pass_list;
|
||||
public GGraph ani_node;
|
||||
public GButton 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://wyu9msxwkk653i";
|
||||
|
||||
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);
|
||||
|
||||
bg = (GImage)GetChildAt(1);
|
||||
gold = (GButton)GetChildAt(3);
|
||||
close = (GButton)GetChildAt(4);
|
||||
group_top = (GGroup)GetChildAt(5);
|
||||
pass_list = (GList)GetChildAt(6);
|
||||
ani_node = (GGraph)GetChildAt(7);
|
||||
btn_recive = (GButton)GetChildAt(8);
|
||||
progress_pass = (progress_pass)GetChildAt(9);
|
||||
remain_time = (GTextField)GetChildAt(12);
|
||||
text_level = (GTextField)GetChildAt(14);
|
||||
text_tips = (GTextField)GetChildAt(16);
|
||||
group_tips = (GGroup)GetChildAt(17);
|
||||
btn_tips = (GButton)GetChildAt(18);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a90d13078d9a7da4c88b833c69ccdf41
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** 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 Controller gift;
|
||||
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://wyu9msxwybes2l";
|
||||
|
||||
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);
|
||||
gift = GetControllerAt(1);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_allgold = (GTextField)GetChildAt(5);
|
||||
btn_buypass = (GButton)GetChildAt(6);
|
||||
tips = (GTextField)GetChildAt(7);
|
||||
ads = (GTextField)GetChildAt(8);
|
||||
btn_max_pay = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 38f1a64d3c2246c41be7470a27abd22f
|
||||
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: c36d1dd2672c46c41980ce7f8e997273
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user