ball 项目提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_End
|
||||
{
|
||||
public class LG_EndBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_newend.URL, typeof(com_newend));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_level.URL, typeof(btn_level));
|
||||
UIObjectFactory.SetPackageItemExtension(com_unlockLevelNew.URL, typeof(com_unlockLevelNew));
|
||||
UIObjectFactory.SetPackageItemExtension(item_unlockLevel.URL, typeof(item_unlockLevel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_unlock.URL, typeof(btn_unlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_unlockLevel.URL, typeof(com_unlockLevel));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c32f12c4414e44a1dabba8c9e947c612
|
||||
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.LG_End
|
||||
{
|
||||
public partial class btn_level : GButton
|
||||
{
|
||||
public GTextField tetx_level;
|
||||
public const string URL = "ui://tiispqmpcv0e3";
|
||||
|
||||
public static btn_level CreateInstance()
|
||||
{
|
||||
return (btn_level)UIPackage.CreateObject("LG_End", "btn_level");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
tetx_level = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 99b6475f642b3488aaa062f089cd55e2
|
||||
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.LG_End
|
||||
{
|
||||
public partial class btn_unlock : GButton
|
||||
{
|
||||
public Controller pay_type;
|
||||
public const string URL = "ui://tiispqmpn0m36e";
|
||||
|
||||
public static btn_unlock CreateInstance()
|
||||
{
|
||||
return (btn_unlock)UIPackage.CreateObject("LG_End", "btn_unlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0d7f2cd51909842b3a7de43761f6edde
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,75 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_End
|
||||
{
|
||||
public partial class com_newend : GComponent
|
||||
{
|
||||
public Controller win_lose;
|
||||
public Controller step;
|
||||
public Controller is_vip;
|
||||
public GLoader loader_bgimg;
|
||||
public GTextField remain_time;
|
||||
public GTextField tetx_level;
|
||||
public GButton btn_setting;
|
||||
public GGraph congra_parent;
|
||||
public GButton btn_continue;
|
||||
public GTextField text_levelType;
|
||||
public GGraph bg_parent;
|
||||
public GGraph bg_parent_title;
|
||||
public GGraph coin_parent;
|
||||
public GButton btn_mult;
|
||||
public GTextField text_award;
|
||||
public GButton btn_gold;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_download;
|
||||
public GButton btn_restart;
|
||||
public GComponent wheel;
|
||||
public GProgressBar progress_level;
|
||||
public GButton btn_claim;
|
||||
public GButton btn_download_coin;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://tiispqmpcv0e0";
|
||||
|
||||
public static com_newend CreateInstance()
|
||||
{
|
||||
return (com_newend)UIPackage.CreateObject("LG_End", "com_newend");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
step = GetControllerAt(1);
|
||||
is_vip = GetControllerAt(2);
|
||||
loader_bgimg = (GLoader)GetChildAt(0);
|
||||
remain_time = (GTextField)GetChildAt(2);
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(11);
|
||||
btn_continue = (GButton)GetChildAt(12);
|
||||
text_levelType = (GTextField)GetChildAt(13);
|
||||
bg_parent = (GGraph)GetChildAt(14);
|
||||
bg_parent_title = (GGraph)GetChildAt(19);
|
||||
coin_parent = (GGraph)GetChildAt(20);
|
||||
btn_mult = (GButton)GetChildAt(21);
|
||||
text_award = (GTextField)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
com_loader = (GComponent)GetChildAt(27);
|
||||
btn_download = (GButton)GetChildAt(29);
|
||||
btn_restart = (GButton)GetChildAt(30);
|
||||
wheel = (GComponent)GetChildAt(31);
|
||||
progress_level = (GProgressBar)GetChildAt(32);
|
||||
btn_claim = (GButton)GetChildAt(33);
|
||||
btn_download_coin = (GButton)GetChildAt(37);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
t2 = GetTransitionAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 466f083f6d5424e74b9bf0e225c04139
|
||||
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.LG_End
|
||||
{
|
||||
public partial class com_pic : GComponent
|
||||
{
|
||||
public GLoader picture;
|
||||
public const string URL = "ui://tiispqmpn0m36b";
|
||||
|
||||
public static com_pic CreateInstance()
|
||||
{
|
||||
return (com_pic)UIPackage.CreateObject("LG_End", "com_pic");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
picture = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4c6d03d4c959e461a98109604025b307
|
||||
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.LG_End
|
||||
{
|
||||
public partial class com_unlockLevel : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_close;
|
||||
public GButton btn_watch;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_vip;
|
||||
public const string URL = "ui://tiispqmpp4po18";
|
||||
|
||||
public static com_unlockLevel CreateInstance()
|
||||
{
|
||||
return (com_unlockLevel)UIPackage.CreateObject("LG_End", "com_unlockLevel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
com_loader = (GComponent)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
btn_pay = (GButton)GetChildAt(7);
|
||||
btn_vip = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6bed02cc7ce464ee08b808fcaa0ec99a
|
||||
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.LG_End
|
||||
{
|
||||
public partial class com_unlockLevelNew : GComponent
|
||||
{
|
||||
public item_unlockLevel item_0_re;
|
||||
public item_unlockLevel item_0;
|
||||
public item_unlockLevel item_1;
|
||||
public item_unlockLevel item_2;
|
||||
public item_unlockLevel item_3;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://tiispqmpn0m368";
|
||||
|
||||
public static com_unlockLevelNew CreateInstance()
|
||||
{
|
||||
return (com_unlockLevelNew)UIPackage.CreateObject("LG_End", "com_unlockLevelNew");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
item_0_re = (item_unlockLevel)GetChildAt(1);
|
||||
item_0 = (item_unlockLevel)GetChildAt(2);
|
||||
item_1 = (item_unlockLevel)GetChildAt(3);
|
||||
item_2 = (item_unlockLevel)GetChildAt(4);
|
||||
item_3 = (item_unlockLevel)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0bc577ec14e3f4f35bad920d1bce1c37
|
||||
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.LG_End
|
||||
{
|
||||
public partial class item_unlockLevel : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public com_pic com_pic;
|
||||
public GButton btn_skip;
|
||||
public btn_unlock btn_unlock;
|
||||
public const string URL = "ui://tiispqmpn0m369";
|
||||
|
||||
public static item_unlockLevel CreateInstance()
|
||||
{
|
||||
return (item_unlockLevel)UIPackage.CreateObject("LG_End", "item_unlockLevel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
com_pic = (com_pic)GetChildAt(0);
|
||||
btn_skip = (GButton)GetChildAt(1);
|
||||
btn_unlock = (btn_unlock)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 984c0d20e4f3b46438f8ad6e0c36ebe1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user