fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public class ZM_AddCell_12Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy_one.URL, typeof(btn_buy_one));
|
||||
UIObjectFactory.SetPackageItemExtension(com_goldreward.URL, typeof(com_goldreward));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: de2e6ab75a6734863a4d349e825e033f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public partial class btn_buy_one : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public const string URL = "ui://cwrkvs46emjhj";
|
||||
|
||||
public static btn_buy_one CreateInstance()
|
||||
{
|
||||
return (btn_buy_one)UIPackage.CreateObject("ZM_AddCell_12", "btn_buy_one");
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfaadc02693e00340a8101e85bfb5ee1
|
||||
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_AddCell_12
|
||||
{
|
||||
public partial class btn_claim : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://cwrkvs4612tre19";
|
||||
|
||||
public static btn_claim CreateInstance()
|
||||
{
|
||||
return (btn_claim)UIPackage.CreateObject("ZM_AddCell_12", "btn_claim");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 497bc9da52b4c4fdca341a4e9bb166b9
|
||||
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.ZM_AddCell_12
|
||||
{
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close;
|
||||
public GImage com_pic;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GTextField title1;
|
||||
public GGraph anim_bg;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
{
|
||||
return (com_addView)UIPackage.CreateObject("ZM_AddCell_12", "com_addView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
com_pic = (GImage)GetChildAt(2);
|
||||
btn_watch = (GButton)GetChildAt(3);
|
||||
tips = (GTextField)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
btn_max_pay = (GButton)GetChildAt(6);
|
||||
title1 = (GTextField)GetChildAt(10);
|
||||
anim_bg = (GGraph)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8bbd2064c418a4b7c85e1a78a1c9f455
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public partial class com_goldreward : GComponent
|
||||
{
|
||||
public GTextField text_goldnum;
|
||||
public GTextField end_point;
|
||||
public GButton btn_close;
|
||||
public btn_claim btn_receive;
|
||||
public const string URL = "ui://cwrkvs46r8lgu";
|
||||
|
||||
public static com_goldreward CreateInstance()
|
||||
{
|
||||
return (com_goldreward)UIPackage.CreateObject("ZM_AddCell_12", "com_goldreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_goldnum = (GTextField)GetChildAt(4);
|
||||
end_point = (GTextField)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
btn_receive = (btn_claim)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bd7e5bf0ec0ab4827a19dcbcb05b97f6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user