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_albums
|
||||
{
|
||||
public class LG_albumsBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||||
UIObjectFactory.SetPackageItemExtension(com_albums.URL, typeof(com_albums));
|
||||
UIObjectFactory.SetPackageItemExtension(item_albums.URL, typeof(item_albums));
|
||||
UIObjectFactory.SetPackageItemExtension(com_albumsDetail.URL, typeof(com_albumsDetail));
|
||||
UIObjectFactory.SetPackageItemExtension(item_albumsDetails.URL, typeof(item_albumsDetails));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3c57e506b6f0b4ee1a8e82767f3ff438
|
||||
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_albums
|
||||
{
|
||||
public partial class com_albums : GComponent
|
||||
{
|
||||
public GList list_albums;
|
||||
public GButton btn_close1;
|
||||
public const string URL = "ui://t2afqnutcv0e1";
|
||||
|
||||
public static com_albums CreateInstance()
|
||||
{
|
||||
return (com_albums)UIPackage.CreateObject("LG_albums", "com_albums");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_albums = (GList)GetChildAt(2);
|
||||
btn_close1 = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f29c4cd694c794a9bb3d1c5dc9188812
|
||||
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_albums
|
||||
{
|
||||
public partial class com_albumsDetail : GComponent
|
||||
{
|
||||
public GList list_;
|
||||
public item_albumsDetails com_item;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://t2afqnutcv0e7";
|
||||
|
||||
public static com_albumsDetail CreateInstance()
|
||||
{
|
||||
return (com_albumsDetail)UIPackage.CreateObject("LG_albums", "com_albumsDetail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_ = (GList)GetChildAt(0);
|
||||
com_item = (item_albumsDetails)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 54a65daa3e0f243f9b7ca8d947b4dd1e
|
||||
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_albums
|
||||
{
|
||||
public partial class com_pic : GComponent
|
||||
{
|
||||
public GLoader loader;
|
||||
public const string URL = "ui://t2afqnutcmho12";
|
||||
|
||||
public static com_pic CreateInstance()
|
||||
{
|
||||
return (com_pic)UIPackage.CreateObject("LG_albums", "com_pic");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: df2deba703efefb4a82686bd01b8d2df
|
||||
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.LG_albums
|
||||
{
|
||||
public partial class item_albums : GComponent
|
||||
{
|
||||
public Controller isUnlock;
|
||||
public Controller type_;
|
||||
public com_pic com_loader;
|
||||
public GTextField text_num;
|
||||
public const string URL = "ui://t2afqnutcv0e2";
|
||||
|
||||
public static item_albums CreateInstance()
|
||||
{
|
||||
return (item_albums)UIPackage.CreateObject("LG_albums", "item_albums");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
isUnlock = GetControllerAt(0);
|
||||
type_ = GetControllerAt(1);
|
||||
com_loader = (com_pic)GetChildAt(0);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5cc4bbfa0b53248c5b2eb313fc8e9fe4
|
||||
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.LG_albums
|
||||
{
|
||||
public partial class item_albumsDetails : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller is_vip;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_download;
|
||||
public GButton btn_watch;
|
||||
public GButton btn_vip;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_download_coin;
|
||||
public const string URL = "ui://t2afqnutcv0e9";
|
||||
|
||||
public static item_albumsDetails CreateInstance()
|
||||
{
|
||||
return (item_albumsDetails)UIPackage.CreateObject("LG_albums", "item_albumsDetails");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
is_vip = GetControllerAt(1);
|
||||
com_loader = (GComponent)GetChildAt(1);
|
||||
btn_download = (GButton)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
btn_vip = (GButton)GetChildAt(7);
|
||||
btn_pay = (GButton)GetChildAt(15);
|
||||
btn_download_coin = (GButton)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ede302b583c2498b90eb052e90374d7
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user