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.bkg_reward_new
|
||||
{
|
||||
public class bkg_reward_newBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward_mul.URL, typeof(com_reward_mul));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward_coin.URL, typeof(com_reward_coin));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward_undo.URL, typeof(com_reward_undo));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward_moveout.URL, typeof(com_reward_moveout));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward_refresh.URL, typeof(com_reward_refresh));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f5b2df024f378435aaf7ffc51e4f44db
|
||||
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.bkg_reward_new
|
||||
{
|
||||
public partial class com_reward_coin : GComponent
|
||||
{
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://kajoyl9oq6oz5";
|
||||
|
||||
public static com_reward_coin CreateInstance()
|
||||
{
|
||||
return (com_reward_coin)UIPackage.CreateObject("bkg_reward_new", "com_reward_coin");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2fd79f4fdc9be4f14bc97ba99d70696b
|
||||
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.bkg_reward_new
|
||||
{
|
||||
public partial class com_reward_moveout : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://kajoyl9oq6oz9";
|
||||
|
||||
public static com_reward_moveout CreateInstance()
|
||||
{
|
||||
return (com_reward_moveout)UIPackage.CreateObject("bkg_reward_new", "com_reward_moveout");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b2cbb588113cd48c2a6b6f10fff13da4
|
||||
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.bkg_reward_new
|
||||
{
|
||||
public partial class com_reward_mul : GComponent
|
||||
{
|
||||
public GGraph ani_node;
|
||||
public com_reward_coin node_coin;
|
||||
public com_reward_undo node_undo;
|
||||
public com_reward_moveout node_move_out;
|
||||
public com_reward_refresh node_refresh;
|
||||
public GGroup node_group;
|
||||
public GGraph node_end;
|
||||
public com_reward_undo add_undo;
|
||||
public com_reward_moveout add_move_out;
|
||||
public com_reward_refresh add_refresh;
|
||||
public GGroup ani_group;
|
||||
public GButton btn_mul;
|
||||
public GButton btn_claim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://kajoyl9oq6oz0";
|
||||
|
||||
public static com_reward_mul CreateInstance()
|
||||
{
|
||||
return (com_reward_mul)UIPackage.CreateObject("bkg_reward_new", "com_reward_mul");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_node = (GGraph)GetChildAt(0);
|
||||
node_coin = (com_reward_coin)GetChildAt(3);
|
||||
node_undo = (com_reward_undo)GetChildAt(4);
|
||||
node_move_out = (com_reward_moveout)GetChildAt(5);
|
||||
node_refresh = (com_reward_refresh)GetChildAt(6);
|
||||
node_group = (GGroup)GetChildAt(7);
|
||||
node_end = (GGraph)GetChildAt(9);
|
||||
add_undo = (com_reward_undo)GetChildAt(10);
|
||||
add_move_out = (com_reward_moveout)GetChildAt(11);
|
||||
add_refresh = (com_reward_refresh)GetChildAt(12);
|
||||
ani_group = (GGroup)GetChildAt(13);
|
||||
btn_mul = (GButton)GetChildAt(14);
|
||||
btn_claim = (GButton)GetChildAt(15);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1a1a11759e3404488af7b55f92c43d79
|
||||
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.bkg_reward_new
|
||||
{
|
||||
public partial class com_reward_refresh : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://kajoyl9oq6oza";
|
||||
|
||||
public static com_reward_refresh CreateInstance()
|
||||
{
|
||||
return (com_reward_refresh)UIPackage.CreateObject("bkg_reward_new", "com_reward_refresh");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a9530c2727bc4dc89c54cd8045627d5
|
||||
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.bkg_reward_new
|
||||
{
|
||||
public partial class com_reward_undo : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://kajoyl9oq6oz8";
|
||||
|
||||
public static com_reward_undo CreateInstance()
|
||||
{
|
||||
return (com_reward_undo)UIPackage.CreateObject("bkg_reward_new", "com_reward_undo");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e0855b59030f45faa918f9a67e29ccb
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user