fix:1、UI更换(全部更换完)
This commit is contained in:
@@ -10,7 +10,6 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
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));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfaadc02693e00340a8101e85bfb5ee1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -12,10 +12,9 @@ namespace FGUI.ZM_AddCell_12
|
||||
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 GTextField text_watch_ad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
@@ -28,14 +27,13 @@ namespace FGUI.ZM_AddCell_12
|
||||
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);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_pic = (GImage)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
tips = (GTextField)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(11);
|
||||
text_watch_ad = (GTextField)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user