首次提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G601_Coin
|
||||
{
|
||||
public partial class Com_CoinWnd : GComponent
|
||||
{
|
||||
public GGraph fx_enter;
|
||||
public com_Coins com_Coins;
|
||||
public GTextField text_Add;
|
||||
public Transition fx_addSum;
|
||||
public const string URL = "ui://3z2akmm3kov20";
|
||||
|
||||
public static Com_CoinWnd CreateInstance()
|
||||
{
|
||||
return (Com_CoinWnd)UIPackage.CreateObject("G601_Coin", "Com_CoinWnd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
fx_enter = (GGraph)GetChildAt(0);
|
||||
com_Coins = (com_Coins)GetChildAt(1);
|
||||
text_Add = (GTextField)GetChildAt(2);
|
||||
fx_addSum = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5b5a3ff1301f92f44a7e982e3d12c9ee
|
||||
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.G601_Coin
|
||||
{
|
||||
public partial class Com_CoinWnd_new : GComponent
|
||||
{
|
||||
public GGraph fx_enter;
|
||||
public com_Coins com_Coins;
|
||||
public GTextField text_Add;
|
||||
public Transition fx_addSum;
|
||||
public const string URL = "ui://3z2akmm3agfubq";
|
||||
|
||||
public static Com_CoinWnd_new CreateInstance()
|
||||
{
|
||||
return (Com_CoinWnd_new)UIPackage.CreateObject("G601_Coin", "Com_CoinWnd_new");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
fx_enter = (GGraph)GetChildAt(0);
|
||||
com_Coins = (com_Coins)GetChildAt(1);
|
||||
text_Add = (GTextField)GetChildAt(2);
|
||||
fx_addSum = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a004a3384cb07ec40a69757d0e84c747
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G601_Coin
|
||||
{
|
||||
public class G601_CoinBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(Com_CoinWnd_new.URL, typeof(Com_CoinWnd_new));
|
||||
UIObjectFactory.SetPackageItemExtension(com_Coin.URL, typeof(com_Coin));
|
||||
UIObjectFactory.SetPackageItemExtension(Com_CoinWnd.URL, typeof(Com_CoinWnd));
|
||||
UIObjectFactory.SetPackageItemExtension(com_Coins.URL, typeof(com_Coins));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e22dbdbcd07b2049acaffc453437ef6
|
||||
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.G601_Coin
|
||||
{
|
||||
public partial class com_Coin : GComponent
|
||||
{
|
||||
public GLoader icon;
|
||||
public GGraph lizhi;
|
||||
public const string URL = "ui://3z2akmm3hybwbp";
|
||||
|
||||
public static com_Coin CreateInstance()
|
||||
{
|
||||
return (com_Coin)UIPackage.CreateObject("G601_Coin", "com_Coin");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
icon = (GLoader)GetChildAt(0);
|
||||
lizhi = (GGraph)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a3a0d6001cb32474992c95e78c9231a8
|
||||
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.G601_Coin
|
||||
{
|
||||
public partial class com_Coins : GComponent
|
||||
{
|
||||
public Controller cont_coin;
|
||||
public const string URL = "ui://3z2akmm3kov21";
|
||||
|
||||
public static com_Coins CreateInstance()
|
||||
{
|
||||
return (com_Coins)UIPackage.CreateObject("G601_Coin", "com_Coins");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_coin = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8be25b752512d774cb6280ce9c5348ac
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user