首次提交
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.G012_openReward
|
||||
{
|
||||
public class G012_openRewardBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(buygold_item.URL, typeof(buygold_item));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy.URL, typeof(btn_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buygold.URL, typeof(com_buygold));
|
||||
UIObjectFactory.SetPackageItemExtension(com_card.URL, typeof(com_card));
|
||||
UIObjectFactory.SetPackageItemExtension(com_realperson.URL, typeof(com_realperson));
|
||||
UIObjectFactory.SetPackageItemExtension(com_showBonus.URL, typeof(com_showBonus));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3314f72d7d931164981ca7ab786eef30
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://ulg8pausagfu1b";
|
||||
|
||||
public static btn_buy CreateInstance()
|
||||
{
|
||||
return (btn_buy)UIPackage.CreateObject("G012_openReward", "btn_buy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 073eed58463b91147b1d86c9d431d8c2
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public Controller pay_type;
|
||||
public Controller show_off;
|
||||
public GTextField coin_text;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GTextField text_priceDescription;
|
||||
public const string URL = "ui://ulg8pausagfu1a";
|
||||
|
||||
public static buygold_item CreateInstance()
|
||||
{
|
||||
return (buygold_item)UIPackage.CreateObject("G012_openReward", "buygold_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
pay_type = GetControllerAt(1);
|
||||
show_off = GetControllerAt(2);
|
||||
coin_text = (GTextField)GetChildAt(6);
|
||||
btn_buy = (btn_buy)GetChildAt(7);
|
||||
off_text = (GTextField)GetChildAt(9);
|
||||
content_text = (GTextField)GetChildAt(10);
|
||||
text_priceDescription = (GTextField)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0951d9e009d2a4c469ac9778f9963e32
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class com_buygold : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GComponent top_gold;
|
||||
public GButton btn_close;
|
||||
public GTextField text_hasADsCount;
|
||||
public GList list_item;
|
||||
public const string URL = "ui://ulg8pausagfus";
|
||||
|
||||
public static com_buygold CreateInstance()
|
||||
{
|
||||
return (com_buygold)UIPackage.CreateObject("G012_openReward", "com_buygold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
top_gold = (GComponent)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_hasADsCount = (GTextField)GetChildAt(5);
|
||||
list_item = (GList)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f10664bb8b3c5f848a403def74f45f38
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class com_card : GComponent
|
||||
{
|
||||
public Controller cont_country;
|
||||
public Controller lang;
|
||||
public GTextField text_cash;
|
||||
public const string URL = "ui://ulg8pauskp7b7";
|
||||
|
||||
public static com_card CreateInstance()
|
||||
{
|
||||
return (com_card)UIPackage.CreateObject("G012_openReward", "com_card");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_country = GetControllerAt(0);
|
||||
lang = GetControllerAt(1);
|
||||
text_cash = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 28891243d4853b1409c31f6611d5ab25
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class com_realperson : GComponent
|
||||
{
|
||||
public GLoader loader_person;
|
||||
public const string URL = "ui://ulg8pausphpc6";
|
||||
|
||||
public static com_realperson CreateInstance()
|
||||
{
|
||||
return (com_realperson)UIPackage.CreateObject("G012_openReward", "com_realperson");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_person = (GLoader)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6ee8b4eb778e8f498584a5646eebff3
|
||||
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.G012_openReward
|
||||
{
|
||||
public partial class com_showBonus : GComponent
|
||||
{
|
||||
public GList list_card;
|
||||
public const string URL = "ui://ulg8pausz1ng4";
|
||||
|
||||
public static com_showBonus CreateInstance()
|
||||
{
|
||||
return (com_showBonus)UIPackage.CreateObject("G012_openReward", "com_showBonus");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_card = (GList)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2345bc579afd2bd44beee9b3b9d4c5ae
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user