ball 项目提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Pack_16
|
||||
{
|
||||
public class ZM_Pack_16Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 947813f5a49c844bb84ebe3c0858796c
|
||||
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.ZM_Pack_16
|
||||
{
|
||||
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://5gv9hkgsrnhkl";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("ZM_Pack_16", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
money_text = (GTextField)GetChildAt(0);
|
||||
btn_removead = (GButton)GetChildAt(1);
|
||||
time_text = (GTextField)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e49a7b97033f04998ad3eb3e41bd2484
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user