[LayaAir3][LayaAirIDE3]IDE插件开发,添加菜单
按照文档,给IDE添加内置菜单的代码如下:
class MyMenu {
@IEditor.menu("App/tool/test")
static test() {
console.log("click menu");
}
}
===========
但报错:找不到IEditor,无法使用,engine\types下也没有editor相关ts文件
class MyMenu {
@IEditor.menu("App/tool/test")
static test() {
console.log("click menu");
}
}
===========
但报错:找不到IEditor,无法使用,engine\types下也没有editor相关ts文件
没有找到相关结果
已邀请:
3 个回复
layabox
赞同来自:
Recovery
赞同来自:
2.菜单-开发者-更新引擎.d.ts文件
陈勃
赞同来自:
更新引擎.d.ts后仍然没有出现editor相关ts