bingo 项目提交
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G009_video_animal
|
||||
{
|
||||
public class G009_video_animalBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_battlepass.URL, typeof(com_battlepass));
|
||||
UIObjectFactory.SetPackageItemExtension(com_passitem.URL, typeof(com_passitem));
|
||||
UIObjectFactory.SetPackageItemExtension(com_passreward.URL, typeof(com_passreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_gettaskreward.URL, typeof(com_gettaskreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_newtask.URL, typeof(com_newtask));
|
||||
UIObjectFactory.SetPackageItemExtension(com_toptab.URL, typeof(com_toptab));
|
||||
UIObjectFactory.SetPackageItemExtension(task_item.URL, typeof(task_item));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_task.URL, typeof(btn_task));
|
||||
UIObjectFactory.SetPackageItemExtension(com_passunlock.URL, typeof(com_passunlock));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 973897a61b0a04e208eff7683a6d7b83
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class btn_task : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField progress_text;
|
||||
public const string URL = "ui://y6hi0pcjagfuz";
|
||||
|
||||
public static btn_task CreateInstance()
|
||||
{
|
||||
return (btn_task)UIPackage.CreateObject("G009_video_animal", "btn_task");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
progress_text = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 481f4ee475821421b8ded82eb1478f13
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_battlepass : GComponent
|
||||
{
|
||||
public GList pass_list;
|
||||
public GTextField remain_time;
|
||||
public GImage progress;
|
||||
public GTextField now_exp;
|
||||
public GButton btn_pay;
|
||||
public GTextField now_level;
|
||||
public GButton btn_showtips;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://y6hi0pcjagfu1t";
|
||||
|
||||
public static com_battlepass CreateInstance()
|
||||
{
|
||||
return (com_battlepass)UIPackage.CreateObject("G009_video_animal", "com_battlepass");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_list = (GList)GetChildAt(1);
|
||||
remain_time = (GTextField)GetChildAt(5);
|
||||
progress = (GImage)GetChildAt(7);
|
||||
now_exp = (GTextField)GetChildAt(9);
|
||||
btn_pay = (GButton)GetChildAt(12);
|
||||
now_level = (GTextField)GetChildAt(13);
|
||||
btn_showtips = (GButton)GetChildAt(14);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 90f33603fe97b4b5abc3155e624ae7ec
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_gettaskreward : GComponent
|
||||
{
|
||||
public GGraph bg_parent;
|
||||
public GButton btn_adclaim;
|
||||
public GTextField money_text;
|
||||
public GButton btn_claim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://y6hi0pcjagfu1z";
|
||||
|
||||
public static com_gettaskreward CreateInstance()
|
||||
{
|
||||
return (com_gettaskreward)UIPackage.CreateObject("G009_video_animal", "com_gettaskreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
btn_adclaim = (GButton)GetChildAt(1);
|
||||
money_text = (GTextField)GetChildAt(3);
|
||||
btn_claim = (GButton)GetChildAt(7);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0aa3d10b6b51d4b8f8d1022fd4e3cdf1
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_newtask : GComponent
|
||||
{
|
||||
public GList task_list;
|
||||
public GComponent gold;
|
||||
public GComponent money;
|
||||
public com_battlepass pass_com;
|
||||
public com_toptab com_toptab;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://y6hi0pcjagfue";
|
||||
|
||||
public static com_newtask CreateInstance()
|
||||
{
|
||||
return (com_newtask)UIPackage.CreateObject("G009_video_animal", "com_newtask");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
task_list = (GList)GetChildAt(2);
|
||||
gold = (GComponent)GetChildAt(3);
|
||||
money = (GComponent)GetChildAt(4);
|
||||
pass_com = (com_battlepass)GetChildAt(5);
|
||||
com_toptab = (com_toptab)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4cc69df17b7d24c1c9b94682cb9f1d31
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G009_video_animal
|
||||
{
|
||||
public partial class com_passitem : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller full;
|
||||
public GImage progress_0_top;
|
||||
public GImage progress_0_down;
|
||||
public GImage progress_1_top;
|
||||
public GImage progress_1_down;
|
||||
public GImage progress_2_top;
|
||||
public GTextField index_text;
|
||||
public com_passreward free_item;
|
||||
public com_passreward pay_item;
|
||||
public const string URL = "ui://y6hi0pcjagfu1v";
|
||||
|
||||
public static com_passitem CreateInstance()
|
||||
{
|
||||
return (com_passitem)UIPackage.CreateObject("G009_video_animal", "com_passitem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
full = GetControllerAt(1);
|
||||
progress_0_top = (GImage)GetChildAt(11);
|
||||
progress_0_down = (GImage)GetChildAt(12);
|
||||
progress_1_top = (GImage)GetChildAt(13);
|
||||
progress_1_down = (GImage)GetChildAt(14);
|
||||
progress_2_top = (GImage)GetChildAt(15);
|
||||
index_text = (GTextField)GetChildAt(17);
|
||||
free_item = (com_passreward)GetChildAt(18);
|
||||
pay_item = (com_passreward)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d5648341875644296a727c3281d6c7ab
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_passreward : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public const string URL = "ui://y6hi0pcjagfu1w";
|
||||
|
||||
public static com_passreward CreateInstance()
|
||||
{
|
||||
return (com_passreward)UIPackage.CreateObject("G009_video_animal", "com_passreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(4);
|
||||
number_text = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fb70e9bbe67fe423e93b398ed2fbaf87
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField text_allgold;
|
||||
public GButton btn_close;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GButton btn_buypass;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://y6hi0pcjttbj2b";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("G009_video_animal", "com_passunlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
text_allgold = (GTextField)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
text_have = (GTextField)GetChildAt(8);
|
||||
need_text = (GTextField)GetChildAt(9);
|
||||
btn_buypass = (GButton)GetChildAt(10);
|
||||
btn_max_pay = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5836bae2d25c24898a1eced89551fc42
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class com_toptab : GComponent
|
||||
{
|
||||
public Controller tab;
|
||||
public GButton btn_battle;
|
||||
public GButton btn_pass;
|
||||
public GButton btn_time;
|
||||
public GImage red_0;
|
||||
public GImage red_1;
|
||||
public GImage red_2;
|
||||
public const string URL = "ui://y6hi0pcjagfux";
|
||||
|
||||
public static com_toptab CreateInstance()
|
||||
{
|
||||
return (com_toptab)UIPackage.CreateObject("G009_video_animal", "com_toptab");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
tab = GetControllerAt(0);
|
||||
btn_battle = (GButton)GetChildAt(9);
|
||||
btn_pass = (GButton)GetChildAt(10);
|
||||
btn_time = (GButton)GetChildAt(11);
|
||||
red_0 = (GImage)GetChildAt(12);
|
||||
red_1 = (GImage)GetChildAt(13);
|
||||
red_2 = (GImage)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 572d96c773b7347bf99d8539e407b682
|
||||
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.G009_video_animal
|
||||
{
|
||||
public partial class task_item : GComponent
|
||||
{
|
||||
public GImage gold_img;
|
||||
public GImage progress;
|
||||
public GTextField content_text;
|
||||
public GTextField progress_text;
|
||||
public GTextField number_text;
|
||||
public btn_task btn_get;
|
||||
public const string URL = "ui://y6hi0pcjagfuy";
|
||||
|
||||
public static task_item CreateInstance()
|
||||
{
|
||||
return (task_item)UIPackage.CreateObject("G009_video_animal", "task_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gold_img = (GImage)GetChildAt(1);
|
||||
progress = (GImage)GetChildAt(3);
|
||||
content_text = (GTextField)GetChildAt(4);
|
||||
progress_text = (GTextField)GetChildAt(5);
|
||||
number_text = (GTextField)GetChildAt(6);
|
||||
btn_get = (btn_task)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8e38ae2fce227460cb6e8af5c6d1a539
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user