提交工程

This commit is contained in:
2026-05-20 12:01:19 +08:00
commit e0ddde0393
5502 changed files with 596320 additions and 0 deletions
@@ -0,0 +1,17 @@
/** 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(btn_common_green.URL, typeof(btn_common_green));
UIObjectFactory.SetPackageItemExtension(btn_add_watchAd.URL, typeof(btn_add_watchAd));
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,37 @@
/** 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 btn_add_watchAd : GButton
{
public Controller buy_state;
public Controller can_buy;
public GTextField btn_text;
public GTextField watch;
public GImage ad_icon;
public GImage img_saveingpot;
public GTextField text_time;
public const string URL = "ui://cwrkvs46iec4ax";
public static btn_add_watchAd CreateInstance()
{
return (btn_add_watchAd)UIPackage.CreateObject("AddCell_12", "btn_add_watchAd");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
buy_state = GetControllerAt(0);
can_buy = GetControllerAt(1);
btn_text = (GTextField)GetChildAt(2);
watch = (GTextField)GetChildAt(3);
ad_icon = (GImage)GetChildAt(4);
img_saveingpot = (GImage)GetChildAt(6);
text_time = (GTextField)GetChildAt(11);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f8fa3b82e7aa96d4983e455b7b245e78
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.AddCell_12
{
public partial class btn_common_green : GButton
{
public GImage img_saveingpot;
public const string URL = "ui://cwrkvs46iec414";
public static btn_common_green CreateInstance()
{
return (btn_common_green)UIPackage.CreateObject("AddCell_12", "btn_common_green");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
img_saveingpot = (GImage)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 749f2089d80100543b71f9339cb2864f
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.AddCell_12
{
public partial class com_addView : GComponent
{
public Controller pay_type;
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);
title = (GTextField)GetChildAt(6);
btn_close = (GButton)GetChildAt(8);
btn_watch = (GButton)GetChildAt(9);
tips = (GTextField)GetChildAt(10);
ads = (GTextField)GetChildAt(11);
btn_max_pay = (GButton)GetChildAt(12);
broad = (GComponent)GetChildAt(15);
}
}
}
@@ -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: