fix:1、添加项目
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.P16_Webview
|
||||
{
|
||||
public class P16_WebviewBinder
|
||||
{
|
||||
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: 14ad48048a3574d19ad2b8ce43c4c799
|
||||
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.P16_Webview
|
||||
{
|
||||
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("P16_Webview", "btn_fly");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d371f18cca5924c34be7a4a41c746a53
|
||||
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.P16_Webview
|
||||
{
|
||||
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("P16_Webview", "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: 8eb00a2066dcb4980aacabea9269a29e
|
||||
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.P16_Webview
|
||||
{
|
||||
public partial class com_top : GComponent
|
||||
{
|
||||
public GTextField text_num;
|
||||
public GTextField text_more;
|
||||
public GProgressBar pb_num;
|
||||
public const string URL = "ui://ldxlghf7d3a95";
|
||||
|
||||
public static com_top CreateInstance()
|
||||
{
|
||||
return (com_top)UIPackage.CreateObject("P16_Webview", "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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c0ffcf43e54c143f791a9e46f74d0282
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P16_Webview
|
||||
{
|
||||
public partial class com_webview : GComponent
|
||||
{
|
||||
public GComponent com_fly;
|
||||
public GGraph fly_area;
|
||||
public com_top com_top;
|
||||
public btn_icon btn_icon;
|
||||
public GButton btn_out;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://ldxlghf7j4a20";
|
||||
|
||||
public static com_webview CreateInstance()
|
||||
{
|
||||
return (com_webview)UIPackage.CreateObject("P16_Webview", "com_webview");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_fly = (GComponent)GetChildAt(0);
|
||||
fly_area = (GGraph)GetChildAt(2);
|
||||
com_top = (com_top)GetChildAt(4);
|
||||
btn_icon = (btn_icon)GetChildAt(5);
|
||||
btn_out = (GButton)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 359ccde19718d4caebae66e6e8b25e66
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user