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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user