ball 项目提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_Vip
|
||||
{
|
||||
public class LG_VipBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_vip.URL, typeof(com_vip));
|
||||
UIObjectFactory.SetPackageItemExtension(item_viplist.URL, typeof(item_viplist));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_vipType.URL, typeof(btn_vipType));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_subscirbe.URL, typeof(btn_subscirbe));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 24ce103c7771a4543926498610fdf3bb
|
||||
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_Vip
|
||||
{
|
||||
public partial class btn_subscirbe : GButton
|
||||
{
|
||||
public Controller is_buy;
|
||||
public const string URL = "ui://thnrr08jcv0e6";
|
||||
|
||||
public static btn_subscirbe CreateInstance()
|
||||
{
|
||||
return (btn_subscirbe)UIPackage.CreateObject("LG_Vip", "btn_subscirbe");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
is_buy = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ed3295922ec2f14882e12aa92d3c4e1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Vip
|
||||
{
|
||||
public partial class btn_vipType : GButton
|
||||
{
|
||||
public Controller Type;
|
||||
public GImage img_select;
|
||||
public GTextField text_days;
|
||||
public GTextField text_price;
|
||||
public GTextField text_price_old;
|
||||
public GTextField text_days_2;
|
||||
public const string URL = "ui://thnrr08jcv0e4";
|
||||
|
||||
public static btn_vipType CreateInstance()
|
||||
{
|
||||
return (btn_vipType)UIPackage.CreateObject("LG_Vip", "btn_vipType");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Type = GetControllerAt(0);
|
||||
img_select = (GImage)GetChildAt(0);
|
||||
text_days = (GTextField)GetChildAt(4);
|
||||
text_price = (GTextField)GetChildAt(5);
|
||||
text_price_old = (GTextField)GetChildAt(6);
|
||||
text_days_2 = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9bb8e92f8c638d04b80517d159509638
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,45 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Vip
|
||||
{
|
||||
public partial class com_vip : GComponent
|
||||
{
|
||||
public GLoader bg_loader;
|
||||
public GList list;
|
||||
public btn_vipType btn_week;
|
||||
public btn_vipType btn_month;
|
||||
public btn_vipType btn_year;
|
||||
public btn_subscirbe btn_sub;
|
||||
public GButton btn_pri;
|
||||
public GButton btn_terns;
|
||||
public GButton btn_close;
|
||||
public GTextField text_terms;
|
||||
public GButton btn_restore;
|
||||
public const string URL = "ui://thnrr08jcv0e0";
|
||||
|
||||
public static com_vip CreateInstance()
|
||||
{
|
||||
return (com_vip)UIPackage.CreateObject("LG_Vip", "com_vip");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_loader = (GLoader)GetChildAt(2);
|
||||
list = (GList)GetChildAt(7);
|
||||
btn_week = (btn_vipType)GetChildAt(8);
|
||||
btn_month = (btn_vipType)GetChildAt(9);
|
||||
btn_year = (btn_vipType)GetChildAt(10);
|
||||
btn_sub = (btn_subscirbe)GetChildAt(11);
|
||||
btn_pri = (GButton)GetChildAt(12);
|
||||
btn_terns = (GButton)GetChildAt(13);
|
||||
btn_close = (GButton)GetChildAt(14);
|
||||
text_terms = (GTextField)GetChildAt(17);
|
||||
btn_restore = (GButton)GetChildAt(18);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ff6bd7dab5e5e149bb727b0a616caeb
|
||||
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_Vip
|
||||
{
|
||||
public partial class item_viplist : GComponent
|
||||
{
|
||||
public Controller have;
|
||||
public GTextField title;
|
||||
public GImage img_check;
|
||||
public const string URL = "ui://thnrr08jcv0e2";
|
||||
|
||||
public static item_viplist CreateInstance()
|
||||
{
|
||||
return (item_viplist)UIPackage.CreateObject("LG_Vip", "item_viplist");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
have = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(0);
|
||||
img_check = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50dc87ca253a23343860930495110e5b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user