fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -11,6 +11,8 @@ namespace FGUI.LG_live
|
||||
UIObjectFactory.SetPackageItemExtension(com_live.URL, typeof(com_live));
|
||||
UIObjectFactory.SetPackageItemExtension(item_live.URL, typeof(item_live));
|
||||
UIObjectFactory.SetPackageItemExtension(com_liveDetail.URL, typeof(com_liveDetail));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_live
|
||||
{
|
||||
public partial class btn_claim : GButton
|
||||
{
|
||||
public Controller have_vip;
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://ttzukgl9lk0x1d";
|
||||
|
||||
public static btn_claim CreateInstance()
|
||||
{
|
||||
return (btn_claim)UIPackage.CreateObject("LG_live", "btn_claim");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
have_vip = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d080593136c6b74438e366864f073a4c
|
||||
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.LG_live
|
||||
{
|
||||
public partial class btn_unlock_1 : GButton
|
||||
{
|
||||
public Controller down_load;
|
||||
public const string URL = "ui://ttzukgl9lk0x1i";
|
||||
|
||||
public static btn_unlock_1 CreateInstance()
|
||||
{
|
||||
return (btn_unlock_1)UIPackage.CreateObject("LG_live", "btn_unlock_1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
down_load = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c6836849b9bedcb4b9f3e81def6d3a3f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.LG_live
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_ = (GList)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
list_ = (GList)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,8 +16,8 @@ namespace FGUI.LG_live
|
||||
public GComponent com_loader;
|
||||
public GComponent img_cover;
|
||||
public GImage img_mask;
|
||||
public GButton btn_download;
|
||||
public GButton btn_download_coin;
|
||||
public btn_claim btn_download;
|
||||
public btn_unlock_1 btn_download_coin;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_watchad;
|
||||
public GButton btn_vip_unlock;
|
||||
@@ -41,8 +41,8 @@ namespace FGUI.LG_live
|
||||
com_loader = (GComponent)GetChildAt(4);
|
||||
img_cover = (GComponent)GetChildAt(5);
|
||||
img_mask = (GImage)GetChildAt(6);
|
||||
btn_download = (GButton)GetChildAt(7);
|
||||
btn_download_coin = (GButton)GetChildAt(8);
|
||||
btn_download = (btn_claim)GetChildAt(7);
|
||||
btn_download_coin = (btn_unlock_1)GetChildAt(8);
|
||||
btn_pay = (GButton)GetChildAt(11);
|
||||
btn_watchad = (GButton)GetChildAt(12);
|
||||
btn_vip_unlock = (GButton)GetChildAt(13);
|
||||
|
||||
Reference in New Issue
Block a user