feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.AddCell_12
|
||||
{
|
||||
public class AddCell_12Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a14d51c284ef5a04f886e89ddd421cd2
|
||||
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.AddCell_12
|
||||
{
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
{
|
||||
return (com_addView)UIPackage.CreateObject("AddCell_12", "com_addView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
btn_watch = (GButton)GetChildAt(10);
|
||||
tips = (GTextField)GetChildAt(11);
|
||||
ads = (GTextField)GetChildAt(12);
|
||||
btn_max_pay = (GButton)GetChildAt(13);
|
||||
broad = (GComponent)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 66128c8cc8c5ca044afc422f1e9922e0
|
||||
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.AddCell_12
|
||||
{
|
||||
public partial class com_addView_off : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_close;
|
||||
public GTextField text_off;
|
||||
public GButton btn_watch;
|
||||
public GTextField text_time;
|
||||
public GTextField text_old_price;
|
||||
public GButton btn_max_pay;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://cwrkvs46iec4o";
|
||||
|
||||
public static com_addView_off CreateInstance()
|
||||
{
|
||||
return (com_addView_off)UIPackage.CreateObject("AddCell_12", "com_addView_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
tips = (GTextField)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
text_off = (GTextField)GetChildAt(8);
|
||||
btn_watch = (GButton)GetChildAt(9);
|
||||
text_time = (GTextField)GetChildAt(10);
|
||||
text_old_price = (GTextField)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(13);
|
||||
broad = (GComponent)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 41a096265c66c9b45ba2800d26b400a6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user