ball 项目提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_live
|
||||
{
|
||||
public class LG_liveBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
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(live_mask.URL, typeof(live_mask));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_ad.URL, typeof(btn_ad));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1a8f0bf0c4de649f69ad5d8e7578972d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** 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_ad : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller have_vip;
|
||||
public GTextField text_time;
|
||||
public const string URL = "ui://ttzukgl9lml01v";
|
||||
|
||||
public static btn_ad CreateInstance()
|
||||
{
|
||||
return (btn_ad)UIPackage.CreateObject("LG_live", "btn_ad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
have_vip = GetControllerAt(1);
|
||||
text_time = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 328dbae6328fb40329bfcf6803f8a3a2
|
||||
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.LG_live
|
||||
{
|
||||
public partial class com_live : GComponent
|
||||
{
|
||||
public GList list_;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://ttzukgl9cv0e0";
|
||||
|
||||
public static com_live CreateInstance()
|
||||
{
|
||||
return (com_live)UIPackage.CreateObject("LG_live", "com_live");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_ = (GList)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4d8f684494e964f22b2ba342b01c6856
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,49 @@
|
||||
/** 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 com_liveDetail : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller can_speed;
|
||||
public Controller is_vip;
|
||||
public Controller SubscribeUnlock;
|
||||
public GProgressBar progress_live;
|
||||
public GComponent com_loader;
|
||||
public GComponent img_cover;
|
||||
public GButton btn_download;
|
||||
public GButton btn_close;
|
||||
public GButton btn_download_coin;
|
||||
public GButton btn_pay;
|
||||
public btn_ad btn_watchad;
|
||||
public GButton btn_vip_unlock;
|
||||
public const string URL = "ui://ttzukgl9cv0e7";
|
||||
|
||||
public static com_liveDetail CreateInstance()
|
||||
{
|
||||
return (com_liveDetail)UIPackage.CreateObject("LG_live", "com_liveDetail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
can_speed = GetControllerAt(1);
|
||||
is_vip = GetControllerAt(2);
|
||||
SubscribeUnlock = GetControllerAt(3);
|
||||
progress_live = (GProgressBar)GetChildAt(3);
|
||||
com_loader = (GComponent)GetChildAt(5);
|
||||
img_cover = (GComponent)GetChildAt(6);
|
||||
btn_download = (GButton)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
btn_download_coin = (GButton)GetChildAt(9);
|
||||
btn_pay = (GButton)GetChildAt(11);
|
||||
btn_watchad = (btn_ad)GetChildAt(12);
|
||||
btn_vip_unlock = (GButton)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4275c3d89f3f74b2c83b0e31334ba838
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** 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 item_live : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller vip;
|
||||
public GComponent com_loader;
|
||||
public GComponent img_cover;
|
||||
public live_mask mask;
|
||||
public const string URL = "ui://ttzukgl9cv0e3";
|
||||
|
||||
public static item_live CreateInstance()
|
||||
{
|
||||
return (item_live)UIPackage.CreateObject("LG_live", "item_live");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
vip = GetControllerAt(1);
|
||||
com_loader = (GComponent)GetChildAt(0);
|
||||
img_cover = (GComponent)GetChildAt(1);
|
||||
mask = (live_mask)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ef412add39ff545e7b5f502886a540f2
|
||||
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 live_mask : GComponent
|
||||
{
|
||||
public GImage img_mask;
|
||||
public const string URL = "ui://ttzukgl9lml01t";
|
||||
|
||||
public static live_mask CreateInstance()
|
||||
{
|
||||
return (live_mask)UIPackage.CreateObject("LG_live", "live_mask");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_mask = (GImage)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 600edc14b06294a6291834b36c58efcc
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user