fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P04_Menu
|
||||
{
|
||||
public class P04_MenuBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_on_off.URL, typeof(btn_on_off));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(com_person.URL, typeof(com_person));
|
||||
UIObjectFactory.SetPackageItemExtension(com_edit_name.URL, typeof(com_edit_name));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_item_head.URL, typeof(btn_item_head));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user