bingo 项目提交
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.JCoin
|
||||
{
|
||||
public partial class Com_CoinWnd : GComponent
|
||||
{
|
||||
public GGraph fx_enter;
|
||||
public GComponent 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("JCoin", "Com_CoinWnd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
fx_enter = (GGraph)GetChildAt(0);
|
||||
com_Coins = (GComponent)GetChildAt(1);
|
||||
text_Add = (GTextField)GetChildAt(2);
|
||||
fx_addSum = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2835e8392f1a2cf40b561711957d9289
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.JCoin
|
||||
{
|
||||
public class JCoinBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_Coin.URL, typeof(com_Coin));
|
||||
UIObjectFactory.SetPackageItemExtension(Com_CoinWnd.URL, typeof(Com_CoinWnd));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f8f0ae99b3b578a4db26443cdcfc8343
|
||||
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.JCoin
|
||||
{
|
||||
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("JCoin", "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: 067817c46811df24caf43a47fe931e46
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user