首次提交
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
|
||||
{
|
||||
public class G009_videoBinder
|
||||
{
|
||||
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: 17d0d2a790ddefe43b480d64c9254a53
|
||||
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
|
||||
{
|
||||
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", "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: 175cf6dda1dbd064e82a9493a3c040d9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G009_video
|
||||
{
|
||||
public partial class com_battlepass : GComponent
|
||||
{
|
||||
public GTextField remain_time;
|
||||
public GImage progress;
|
||||
public GTextField now_exp;
|
||||
public GImage TipTextBg;
|
||||
public GTextField TipText;
|
||||
public GComponent listTitle;
|
||||
public GButton btn_pay;
|
||||
public GTextField now_level;
|
||||
public GButton btn_showtips;
|
||||
public GGroup TopBox;
|
||||
public GList pass_list;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://y6hi0pcjagfu1t";
|
||||
|
||||
public static com_battlepass CreateInstance()
|
||||
{
|
||||
return (com_battlepass)UIPackage.CreateObject("G009_video", "com_battlepass");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
remain_time = (GTextField)GetChildAt(3);
|
||||
progress = (GImage)GetChildAt(5);
|
||||
now_exp = (GTextField)GetChildAt(7);
|
||||
TipTextBg = (GImage)GetChildAt(8);
|
||||
TipText = (GTextField)GetChildAt(10);
|
||||
listTitle = (GComponent)GetChildAt(12);
|
||||
btn_pay = (GButton)GetChildAt(13);
|
||||
now_level = (GTextField)GetChildAt(14);
|
||||
btn_showtips = (GButton)GetChildAt(15);
|
||||
TopBox = (GGroup)GetChildAt(16);
|
||||
pass_list = (GList)GetChildAt(17);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1fbde327a58a64a43ac1b16914ad9f77
|
||||
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.G009_video
|
||||
{
|
||||
public partial class com_gettaskreward : GComponent
|
||||
{
|
||||
public Controller switchgift;
|
||||
public GGraph bg_parent;
|
||||
public GTextField money_text;
|
||||
public GButton btn_adclaim;
|
||||
public GButton btn_claim;
|
||||
public GComponent com_cash;
|
||||
public GComponent top_money;
|
||||
public GImage tips_bg;
|
||||
public GComponent gold;
|
||||
public GTextField tips_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://y6hi0pcjagfu1z";
|
||||
|
||||
public static com_gettaskreward CreateInstance()
|
||||
{
|
||||
return (com_gettaskreward)UIPackage.CreateObject("G009_video", "com_gettaskreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
switchgift = GetControllerAt(0);
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
money_text = (GTextField)GetChildAt(4);
|
||||
btn_adclaim = (GButton)GetChildAt(6);
|
||||
btn_claim = (GButton)GetChildAt(7);
|
||||
com_cash = (GComponent)GetChildAt(8);
|
||||
top_money = (GComponent)GetChildAt(9);
|
||||
tips_bg = (GImage)GetChildAt(10);
|
||||
gold = (GComponent)GetChildAt(11);
|
||||
tips_text = (GTextField)GetChildAt(12);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7276dc1621b942d45b0ab33ffb9b4fb4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G009_video
|
||||
{
|
||||
public partial class com_newtask : GComponent
|
||||
{
|
||||
public GImage TopBg;
|
||||
public GImage MiddleBg;
|
||||
public GList task_list;
|
||||
public com_battlepass pass_com;
|
||||
public com_toptab com_toptab;
|
||||
public GComponent gold;
|
||||
public GComponent money;
|
||||
public GButton btn_close;
|
||||
public GGroup TopBox;
|
||||
public const string URL = "ui://y6hi0pcjagfue";
|
||||
|
||||
public static com_newtask CreateInstance()
|
||||
{
|
||||
return (com_newtask)UIPackage.CreateObject("G009_video", "com_newtask");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
TopBg = (GImage)GetChildAt(3);
|
||||
MiddleBg = (GImage)GetChildAt(4);
|
||||
task_list = (GList)GetChildAt(5);
|
||||
pass_com = (com_battlepass)GetChildAt(6);
|
||||
com_toptab = (com_toptab)GetChildAt(7);
|
||||
gold = (GComponent)GetChildAt(8);
|
||||
money = (GComponent)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(10);
|
||||
TopBox = (GGroup)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b52565c38ac9f4c4dac7f0728941dee7
|
||||
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
|
||||
{
|
||||
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", "com_passitem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
full = GetControllerAt(1);
|
||||
progress_0_top = (GImage)GetChildAt(14);
|
||||
progress_0_down = (GImage)GetChildAt(15);
|
||||
progress_1_top = (GImage)GetChildAt(16);
|
||||
progress_1_down = (GImage)GetChildAt(17);
|
||||
progress_2_top = (GImage)GetChildAt(18);
|
||||
index_text = (GTextField)GetChildAt(20);
|
||||
free_item = (com_passreward)GetChildAt(21);
|
||||
pay_item = (com_passreward)GetChildAt(22);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b3f9e1c757ab34b4a842d2258f45d95a
|
||||
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
|
||||
{
|
||||
public partial class com_passreward : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public GImage Tick;
|
||||
public GImage Lock;
|
||||
public const string URL = "ui://y6hi0pcjagfu1w";
|
||||
|
||||
public static com_passreward CreateInstance()
|
||||
{
|
||||
return (com_passreward)UIPackage.CreateObject("G009_video", "com_passreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
Tick = (GImage)GetChildAt(5);
|
||||
Lock = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d22b12fdc46740e45b8e527061836533
|
||||
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
|
||||
{
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField text_YourHaveAds;
|
||||
public GButton btn_close;
|
||||
public GTextField text_allgold;
|
||||
public GTextField text_NeedAds;
|
||||
public GButton btn_buypass;
|
||||
public GButton btn_Claim;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://y6hi0pcjttbj2b";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("G009_video", "com_passunlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
text_YourHaveAds = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_allgold = (GTextField)GetChildAt(6);
|
||||
text_NeedAds = (GTextField)GetChildAt(9);
|
||||
btn_buypass = (GButton)GetChildAt(10);
|
||||
btn_Claim = (GButton)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ca14d48ecfae0ad448c7f31979eb0809
|
||||
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
|
||||
{
|
||||
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", "com_toptab");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
tab = GetControllerAt(0);
|
||||
btn_battle = (GButton)GetChildAt(13);
|
||||
btn_pass = (GButton)GetChildAt(14);
|
||||
btn_time = (GButton)GetChildAt(15);
|
||||
red_0 = (GImage)GetChildAt(16);
|
||||
red_1 = (GImage)GetChildAt(17);
|
||||
red_2 = (GImage)GetChildAt(18);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a865913b51185c644a68e113dd1ccd21
|
||||
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.G009_video
|
||||
{
|
||||
public partial class task_item : GComponent
|
||||
{
|
||||
public GImage gold_img;
|
||||
public GImage ez_img;
|
||||
public GImage diff_img;
|
||||
public GImage progress;
|
||||
public GImage progress_2;
|
||||
public GTextField content_text;
|
||||
public GTextField progress_text;
|
||||
public GTextField number_text;
|
||||
public GTextField text_ez;
|
||||
public GTextField text_diff;
|
||||
public btn_task btn_get;
|
||||
public const string URL = "ui://y6hi0pcjagfuy";
|
||||
|
||||
public static task_item CreateInstance()
|
||||
{
|
||||
return (task_item)UIPackage.CreateObject("G009_video", "task_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gold_img = (GImage)GetChildAt(1);
|
||||
ez_img = (GImage)GetChildAt(2);
|
||||
diff_img = (GImage)GetChildAt(3);
|
||||
progress = (GImage)GetChildAt(5);
|
||||
progress_2 = (GImage)GetChildAt(7);
|
||||
content_text = (GTextField)GetChildAt(8);
|
||||
progress_text = (GTextField)GetChildAt(9);
|
||||
number_text = (GTextField)GetChildAt(10);
|
||||
text_ez = (GTextField)GetChildAt(11);
|
||||
text_diff = (GTextField)GetChildAt(12);
|
||||
btn_get = (btn_task)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9b7e6b81632b3424a9490073b9eba396
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user