bingo 项目提交
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.G012_openReward_animal
|
||||
{
|
||||
public class G012_openReward_animalBinder
|
||||
{
|
||||
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(btn_buy_2.URL, typeof(btn_buy_2));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
}
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 93738f3832b5f4e76a409290d1b882c7
|
||||
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.G012_openReward_animal
|
||||
{
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller cooldown;
|
||||
public Controller state;
|
||||
public GTextField btn_text;
|
||||
public GTextField receive_title;
|
||||
public const string URL = "ui://ulg8pausagfu1b";
|
||||
|
||||
public static btn_buy CreateInstance()
|
||||
{
|
||||
return (btn_buy)UIPackage.CreateObject("G012_openReward_animal", "btn_buy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cooldown = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
receive_title = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 90526ba2f19ec447db3a4451d2eab93f
|
||||
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_animal
|
||||
{
|
||||
public partial class btn_buy_2 : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://ulg8pauseneg1e";
|
||||
|
||||
public static btn_buy_2 CreateInstance()
|
||||
{
|
||||
return (btn_buy_2)UIPackage.CreateObject("G012_openReward_animal", "btn_buy 2");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GTextField)GetChildAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 12e8392fa955741a0bb3a864d22c8f3a
|
||||
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.G012_openReward_animal
|
||||
{
|
||||
public partial class btn_watchAd1 : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://ulg8pauseneg1f";
|
||||
|
||||
public static btn_watchAd1 CreateInstance()
|
||||
{
|
||||
return (btn_watchAd1)UIPackage.CreateObject("G012_openReward_animal", "btn_watchAd1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
btn_text = (GTextField)GetChildAt(1);
|
||||
watch = (GTextField)GetChildAt(2);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a2e1d1abba1d5458fa86b0ac26b9eee4
|
||||
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.G012_openReward_animal
|
||||
{
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public btn_buy_2 btn_buy;
|
||||
public GTextField coin_text;
|
||||
public GTextField need_text;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public const string URL = "ui://ulg8pausagfu1a";
|
||||
|
||||
public static buygold_item CreateInstance()
|
||||
{
|
||||
return (buygold_item)UIPackage.CreateObject("G012_openReward_animal", "buygold_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
btn_buy = (btn_buy_2)GetChildAt(7);
|
||||
coin_text = (GTextField)GetChildAt(8);
|
||||
need_text = (GTextField)GetChildAt(9);
|
||||
off_text = (GTextField)GetChildAt(11);
|
||||
content_text = (GTextField)GetChildAt(12);
|
||||
discount = (GGroup)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1d961d1cd33154e73b8bf9b7cb223df2
|
||||
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.G012_openReward_animal
|
||||
{
|
||||
public partial class com_buygold : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GComponent top_gold;
|
||||
public GButton btn_close;
|
||||
public GTextField text_have;
|
||||
public GList list;
|
||||
public btn_watchAd1 btn_watch;
|
||||
public const string URL = "ui://ulg8pausagfus";
|
||||
|
||||
public static com_buygold CreateInstance()
|
||||
{
|
||||
return (com_buygold)UIPackage.CreateObject("G012_openReward_animal", "com_buygold");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
top_gold = (GComponent)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_have = (GTextField)GetChildAt(4);
|
||||
list = (GList)GetChildAt(5);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 92e8591b1f1084f94946dd687e6e720a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user