17 lines
581 B
C#
17 lines
581 B
C#
/** 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));
|
|
}
|
|
}
|
|
} |