ball 项目提交
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public class LG_UnlockBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_chatUnlock.URL, typeof(com_chatUnlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_scAlbumLock.URL, typeof(com_scAlbumLock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_LiveUnlock.URL, typeof(com_LiveUnlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_SubUnlock.URL, typeof(com_SubUnlock));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sub.URL, typeof(btn_sub));
|
||||
UIObjectFactory.SetPackageItemExtension(com_unlockView.URL, typeof(com_unlockView));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 64e5288656e204bdc81047a5796b89a4
|
||||
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_Unlock
|
||||
{
|
||||
public partial class btn_sub : GButton
|
||||
{
|
||||
public Controller Type;
|
||||
public GTextField text_days;
|
||||
public GTextField text_price;
|
||||
public const string URL = "ui://876wwqiki5pmd";
|
||||
|
||||
public static btn_sub CreateInstance()
|
||||
{
|
||||
return (btn_sub)UIPackage.CreateObject("LG_Unlock", "btn_sub");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Type = GetControllerAt(0);
|
||||
text_days = (GTextField)GetChildAt(3);
|
||||
text_price = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 05b7d527c82794f01a2f781bfba1c9ae
|
||||
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_Unlock
|
||||
{
|
||||
public partial class com_LiveUnlock : GComponent
|
||||
{
|
||||
public GTextField text_unlock;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqiki5pmb";
|
||||
|
||||
public static com_LiveUnlock CreateInstance()
|
||||
{
|
||||
return (com_LiveUnlock)UIPackage.CreateObject("LG_Unlock", "com_LiveUnlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_unlock = (GTextField)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da5383a51e06547a8a133b79ea047cbe
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public partial class com_SubUnlock : GComponent
|
||||
{
|
||||
public GTextField text_unlockAlbum;
|
||||
public GTextField text_unlockLive;
|
||||
public btn_sub btn_vip0;
|
||||
public btn_sub btn_vip1;
|
||||
public btn_sub btn_vip2;
|
||||
public GGraph ani_parent;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqiki5pmc";
|
||||
|
||||
public static com_SubUnlock CreateInstance()
|
||||
{
|
||||
return (com_SubUnlock)UIPackage.CreateObject("LG_Unlock", "com_SubUnlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_unlockAlbum = (GTextField)GetChildAt(2);
|
||||
text_unlockLive = (GTextField)GetChildAt(3);
|
||||
btn_vip0 = (btn_sub)GetChildAt(5);
|
||||
btn_vip1 = (btn_sub)GetChildAt(6);
|
||||
btn_vip2 = (btn_sub)GetChildAt(7);
|
||||
ani_parent = (GGraph)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 49e766293d61a47cf9088ad7a8b80d1e
|
||||
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_Unlock
|
||||
{
|
||||
public partial class com_chatUnlock : GComponent
|
||||
{
|
||||
public GGraph ani_parent2;
|
||||
public GGraph ani_assitant;
|
||||
public GGraph ani_parent;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqikcv0e0";
|
||||
|
||||
public static com_chatUnlock CreateInstance()
|
||||
{
|
||||
return (com_chatUnlock)UIPackage.CreateObject("LG_Unlock", "com_chatUnlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_parent2 = (GGraph)GetChildAt(2);
|
||||
ani_assitant = (GGraph)GetChildAt(3);
|
||||
ani_parent = (GGraph)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50d0983f4d60543c989ba1b49e884b03
|
||||
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_Unlock
|
||||
{
|
||||
public partial class com_scAlbumLock : GComponent
|
||||
{
|
||||
public GGraph ani_node;
|
||||
public GTextField text_unlock;
|
||||
public GTextField text_sc;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqiki5pm0";
|
||||
|
||||
public static com_scAlbumLock CreateInstance()
|
||||
{
|
||||
return (com_scAlbumLock)UIPackage.CreateObject("LG_Unlock", "com_scAlbumLock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_node = (GGraph)GetChildAt(1);
|
||||
text_unlock = (GTextField)GetChildAt(3);
|
||||
text_sc = (GTextField)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f7976b3d383b84bbbb6b2d4f3580a6e2
|
||||
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_Unlock
|
||||
{
|
||||
public partial class com_unlockView : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GTextField title1;
|
||||
public GButton btn_subscribe;
|
||||
public GTextField text_coin;
|
||||
public GButton btn_gold;
|
||||
public GTextField text_level;
|
||||
public GButton btn_play;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://876wwqikupj11j";
|
||||
|
||||
public static com_unlockView CreateInstance()
|
||||
{
|
||||
return (com_unlockView)UIPackage.CreateObject("LG_Unlock", "com_unlockView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
title1 = (GTextField)GetChildAt(1);
|
||||
btn_subscribe = (GButton)GetChildAt(3);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
btn_gold = (GButton)GetChildAt(5);
|
||||
text_level = (GTextField)GetChildAt(6);
|
||||
btn_play = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 920b9a717c07e4044a7ef419a88ab04a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user