feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/** 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(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: 5922617a558b649a78c39bd4f955b94e
|
||||
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_get;
|
||||
public const string URL = "ui://8upc06ris27hz";
|
||||
|
||||
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_get = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b5027f9df07664ef89a0450c8b25e235
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** 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 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://8upc06ris27hy";
|
||||
|
||||
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);
|
||||
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: 941092adbc4e44b6995c382a56305491
|
||||
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://8upc06ris27hx";
|
||||
|
||||
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(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c33530b23d92f4b08a8907d2124f4a2c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user