首次提交
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.G008_reward
|
||||
{
|
||||
public class G008_rewardBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_packreward.URL, typeof(com_packreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lvsuccess.URL, typeof(com_lvsuccess));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
|
||||
UIObjectFactory.SetPackageItemExtension(com_revive.URL, typeof(com_revive));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward.URL, typeof(com_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panel.URL, typeof(pack_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panelparent.URL, typeof(pack_panelparent));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 882fd69cfb391f94c8bdccdab2fd595c
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_adcoming : GComponent
|
||||
{
|
||||
public GTextField money_text;
|
||||
public GButton btn_removead;
|
||||
public GTextField time_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnagfu1q";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("G008_reward", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
money_text = (GTextField)GetChildAt(2);
|
||||
btn_removead = (GButton)GetChildAt(3);
|
||||
time_text = (GTextField)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d1e4b010b9ffcd47ba53b3be873b08e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G008_reward
|
||||
{
|
||||
public partial class com_lvsuccess : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller switchgift;
|
||||
public GGraph bg_parent;
|
||||
public GComponent top_money;
|
||||
public GImage tips_bg;
|
||||
public GTextField tips_text;
|
||||
public GTextField money_text;
|
||||
public GButton btn_adclaim;
|
||||
public GButton btn_claim;
|
||||
public GButton btn_restart;
|
||||
public GComponent com_cash;
|
||||
public GComponent gold;
|
||||
public GButton btn_revive;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnagfue";
|
||||
|
||||
public static com_lvsuccess CreateInstance()
|
||||
{
|
||||
return (com_lvsuccess)UIPackage.CreateObject("G008_reward", "com_lvsuccess");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
switchgift = GetControllerAt(1);
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
top_money = (GComponent)GetChildAt(3);
|
||||
tips_bg = (GImage)GetChildAt(4);
|
||||
tips_text = (GTextField)GetChildAt(5);
|
||||
money_text = (GTextField)GetChildAt(7);
|
||||
btn_adclaim = (GButton)GetChildAt(8);
|
||||
btn_claim = (GButton)GetChildAt(9);
|
||||
btn_restart = (GButton)GetChildAt(11);
|
||||
com_cash = (GComponent)GetChildAt(12);
|
||||
gold = (GComponent)GetChildAt(16);
|
||||
btn_revive = (GButton)GetChildAt(19);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2c12761a732fc54697c115c55792a14
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_packreward : GComponent
|
||||
{
|
||||
public pack_panelparent panel_parent;
|
||||
public GComponent gold;
|
||||
public const string URL = "ui://1x1w9cxnagfu17";
|
||||
|
||||
public static com_packreward CreateInstance()
|
||||
{
|
||||
return (com_packreward)UIPackage.CreateObject("G008_reward", "com_packreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel_parent = (pack_panelparent)GetChildAt(0);
|
||||
gold = (GComponent)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7e846338b6975384783726365a031d00
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_payloading : GComponent
|
||||
{
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnttbj1w";
|
||||
|
||||
public static com_payloading CreateInstance()
|
||||
{
|
||||
return (com_payloading)UIPackage.CreateObject("G008_reward", "com_payloading");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 69aa05561b722e5499162584c5aee747
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_revive : GComponent
|
||||
{
|
||||
public Controller cont_iswacth;
|
||||
public GButton btn_close;
|
||||
public GButton btn_revive;
|
||||
public GButton btn_AdRevive;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://1x1w9cxngxpr2z";
|
||||
|
||||
public static com_revive CreateInstance()
|
||||
{
|
||||
return (com_revive)UIPackage.CreateObject("G008_reward", "com_revive");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_iswacth = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_revive = (GButton)GetChildAt(7);
|
||||
btn_AdRevive = (GButton)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1b60fd650fee32842856ddf36d083329
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_reward : GComponent
|
||||
{
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public GComponent com_playbox;
|
||||
public GComponent btn_nor;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GButton btn_multi;
|
||||
public GButton btn_collect;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnkj3h1";
|
||||
|
||||
public static com_reward CreateInstance()
|
||||
{
|
||||
return (com_reward)UIPackage.CreateObject("G008_reward", "com_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
com_playbox = (GComponent)GetChildAt(0);
|
||||
btn_nor = (GComponent)GetChildAt(4);
|
||||
fx_place = (GGraph)GetChildAt(5);
|
||||
text_num = (GTextField)GetChildAt(8);
|
||||
btn_multi = (GButton)GetChildAt(9);
|
||||
btn_collect = (GButton)GetChildAt(10);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b684a589887a47a4787131de0ef2b15c
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class com_rewardbox : GComponent
|
||||
{
|
||||
public Controller switchgift;
|
||||
public GTextField gold_text;
|
||||
public GButton btn_lookad;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://1x1w9cxnagfuk";
|
||||
|
||||
public static com_rewardbox CreateInstance()
|
||||
{
|
||||
return (com_rewardbox)UIPackage.CreateObject("G008_reward", "com_rewardbox");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
switchgift = GetControllerAt(0);
|
||||
gold_text = (GTextField)GetChildAt(3);
|
||||
btn_lookad = (GButton)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a229c7248e1a51e43a13c27cb47f4328
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G008_reward
|
||||
{
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close0;
|
||||
public GTextField text_hasAdCount;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_outnum;
|
||||
public GImage text_backnum;
|
||||
public GTextField text_backnum1;
|
||||
public GTextField text_refreshnum;
|
||||
public GButton btn_buypack;
|
||||
public GTextField text_needAdCount1;
|
||||
public GButton btn_buyPackClaim;
|
||||
public GButton btn_close1;
|
||||
public GTextField title1;
|
||||
public GTextField text_goldnum2;
|
||||
public GButton btn_buyremovead;
|
||||
public GTextField text_needAdCount2;
|
||||
public GButton btn_RemoveAdClaim;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_max_remove;
|
||||
public const string URL = "ui://1x1w9cxnttbj1v";
|
||||
|
||||
public static pack_panel CreateInstance()
|
||||
{
|
||||
return (pack_panel)UIPackage.CreateObject("G008_reward", "pack_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close0 = (GButton)GetChildAt(3);
|
||||
text_hasAdCount = (GTextField)GetChildAt(5);
|
||||
text_goldnum = (GTextField)GetChildAt(8);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum = (GImage)GetChildAt(13);
|
||||
text_backnum1 = (GTextField)GetChildAt(14);
|
||||
text_refreshnum = (GTextField)GetChildAt(16);
|
||||
btn_buypack = (GButton)GetChildAt(17);
|
||||
text_needAdCount1 = (GTextField)GetChildAt(18);
|
||||
btn_buyPackClaim = (GButton)GetChildAt(19);
|
||||
btn_close1 = (GButton)GetChildAt(24);
|
||||
title1 = (GTextField)GetChildAt(26);
|
||||
text_goldnum2 = (GTextField)GetChildAt(28);
|
||||
btn_buyremovead = (GButton)GetChildAt(31);
|
||||
text_needAdCount2 = (GTextField)GetChildAt(32);
|
||||
btn_RemoveAdClaim = (GButton)GetChildAt(33);
|
||||
btn_max_pack = (GButton)GetChildAt(34);
|
||||
btn_max_remove = (GButton)GetChildAt(35);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 25daa1ee20a8d2941ba9f44c586d30dc
|
||||
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.G008_reward
|
||||
{
|
||||
public partial class pack_panelparent : GComponent
|
||||
{
|
||||
public pack_panel panel;
|
||||
public const string URL = "ui://1x1w9cxnttbj1x";
|
||||
|
||||
public static pack_panelparent CreateInstance()
|
||||
{
|
||||
return (pack_panelparent)UIPackage.CreateObject("G008_reward", "pack_panelparent");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel = (pack_panel)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 84c451ad942545a49b65fd394f81a70b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user