fix:1、添加H5
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_H5_15
|
||||
{
|
||||
public class ZM_H5_15Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_top.URL, typeof(com_top));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_icon.URL, typeof(btn_icon));
|
||||
UIObjectFactory.SetPackageItemExtension(com_webview.URL, typeof(com_webview));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_fly.URL, typeof(btn_fly));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bcb4e539c9f2843baa2120ee4710b6dc
|
||||
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.ZM_H5_15
|
||||
{
|
||||
public partial class btn_fly : GButton
|
||||
{
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://ldxlghf7j4a21";
|
||||
|
||||
public static btn_fly CreateInstance()
|
||||
{
|
||||
return (btn_fly)UIPackage.CreateObject("ZM_H5_15", "btn_fly");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 55666a23a2825455a936d440bb6efadc
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_H5_15
|
||||
{
|
||||
public partial class btn_icon : GButton
|
||||
{
|
||||
public Controller cont_state;
|
||||
public GImage pb_time;
|
||||
public Transition fx_ready;
|
||||
public const string URL = "ui://ldxlghf7d3a97";
|
||||
|
||||
public static btn_icon CreateInstance()
|
||||
{
|
||||
return (btn_icon)UIPackage.CreateObject("ZM_H5_15", "btn_icon");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
pb_time = (GImage)GetChildAt(2);
|
||||
fx_ready = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cbe6a36fdfd8d43d386ffd2b78e6b8e6
|
||||
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_H5_15
|
||||
{
|
||||
public partial class com_top : GComponent
|
||||
{
|
||||
public GTextField text_num;
|
||||
public GTextField text_more;
|
||||
public GProgressBar pb_num;
|
||||
public GGroup conect;
|
||||
public const string URL = "ui://ldxlghf7d3a95";
|
||||
|
||||
public static com_top CreateInstance()
|
||||
{
|
||||
return (com_top)UIPackage.CreateObject("ZM_H5_15", "com_top");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_num = (GTextField)GetChildAt(2);
|
||||
text_more = (GTextField)GetChildAt(3);
|
||||
pb_num = (GProgressBar)GetChildAt(4);
|
||||
conect = (GGroup)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4828f4b850a3a44ad834da640ba0e4f1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_H5_15
|
||||
{
|
||||
public partial class com_webview : GComponent
|
||||
{
|
||||
public GComponent com_fly;
|
||||
public GGraph fly_area;
|
||||
public GImage top_bg;
|
||||
public GButton btn_close;
|
||||
public com_top com_top;
|
||||
public btn_icon btn_icon;
|
||||
public GButton btn_out;
|
||||
public const string URL = "ui://ldxlghf7j4a20";
|
||||
|
||||
public static com_webview CreateInstance()
|
||||
{
|
||||
return (com_webview)UIPackage.CreateObject("ZM_H5_15", "com_webview");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_fly = (GComponent)GetChildAt(0);
|
||||
fly_area = (GGraph)GetChildAt(2);
|
||||
top_bg = (GImage)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_top = (com_top)GetChildAt(5);
|
||||
btn_icon = (btn_icon)GetChildAt(6);
|
||||
btn_out = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3c72bed406f1846fc98d91d9025f57df
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user