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.Pack_16
|
||||
{
|
||||
public class Pack_16Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_packaward.URL, typeof(com_packaward));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panelparent.URL, typeof(pack_panelparent));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panel.URL, typeof(pack_panel));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e7a90913781904184aa777073cf60bd0
|
||||
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.Pack_16
|
||||
{
|
||||
public partial class com_packaward : GComponent
|
||||
{
|
||||
public pack_panelparent panel_parent;
|
||||
public GButton gold;
|
||||
public const string URL = "ui://ynjzovt4cou60";
|
||||
|
||||
public static com_packaward CreateInstance()
|
||||
{
|
||||
return (com_packaward)UIPackage.CreateObject("Pack_16", "com_packaward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel_parent = (pack_panelparent)GetChildAt(1);
|
||||
gold = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: acae26c40363f4ac798465f8f4be4ef6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Pack_16
|
||||
{
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GTextField title2;
|
||||
public GTextField tips1;
|
||||
public GTextField ads;
|
||||
public GButton btn_buypack;
|
||||
public GButton btn_buyremovead;
|
||||
public GButton btn_close0;
|
||||
public GButton btn_close1;
|
||||
public GTextField tips2;
|
||||
public GTextField ads1;
|
||||
public GTextField text_goldnum2;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_max_remove;
|
||||
public GTextField text_removetime;
|
||||
public const string URL = "ui://ynjzovt4cou62";
|
||||
|
||||
public static pack_panel CreateInstance()
|
||||
{
|
||||
return (pack_panel)UIPackage.CreateObject("Pack_16", "pack_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
title2 = (GTextField)GetChildAt(17);
|
||||
tips1 = (GTextField)GetChildAt(18);
|
||||
ads = (GTextField)GetChildAt(19);
|
||||
btn_buypack = (GButton)GetChildAt(20);
|
||||
btn_buyremovead = (GButton)GetChildAt(21);
|
||||
btn_close0 = (GButton)GetChildAt(23);
|
||||
btn_close1 = (GButton)GetChildAt(24);
|
||||
tips2 = (GTextField)GetChildAt(27);
|
||||
ads1 = (GTextField)GetChildAt(28);
|
||||
text_goldnum2 = (GTextField)GetChildAt(29);
|
||||
btn_max_pack = (GButton)GetChildAt(30);
|
||||
btn_max_remove = (GButton)GetChildAt(31);
|
||||
text_removetime = (GTextField)GetChildAt(32);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9f99bda9a35494675b9c624689e082bb
|
||||
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.Pack_16
|
||||
{
|
||||
public partial class pack_panelparent : GComponent
|
||||
{
|
||||
public pack_panel panel;
|
||||
public const string URL = "ui://ynjzovt4cou61";
|
||||
|
||||
public static pack_panelparent CreateInstance()
|
||||
{
|
||||
return (pack_panelparent)UIPackage.CreateObject("Pack_16", "pack_panelparent");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel = (pack_panel)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 569a540e29aad4c49a0e7373b24ab0cb
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user