大约有 178 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D); //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播...
来源: Laya_社区 发布时间: 20191203
destroy节点后,报错 /* 从舞台移除模型对象 @param node 节点 */ base_remove(node){ if(node.numChildren<=0)return; console.log('移除',node.name); let obj; for(let i=node.numChildren-1;i>=0;i--){ obj= node.getChildAt(i); obj.destroy(); } } 或者 /* 从舞台移除模型对...
来源: Laya_社区 发布时间: 20191119
ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeCo...
来源: Laya_社区 发布时间: 20170222
LayaAir引擎 LayaAir IDE 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. 有人遇到这个问题么?构建直接报错,无法打包! 开始编译: Tue Jan 07 2020 15:34:09 GMT+0800 (CST) -------------------------------------- [15:34:09] Working directory ch...
来源: Laya_社区 发布时间: 20200107
1.7.13打包发布web版本报错 如图 报错信息 D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:196:18...
来源: Laya_社区 发布时间: 20171206
微信飞机大战报错 调用堆栈:"Cannot set property 'text' of undefined" 调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_mo...
来源: Laya_社区 发布时间: 20170416
全局安装layaair2-cmd报错怎么办啊 npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothi...
来源: Laya_社区 发布时间: 20220406
linux系统运行layaair-cmd报错 安装layaair-cmd没问题了,运行命令时报错: Platform does not support. /data/node_v8/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57 exit(1); ^ ReferenceError: exit is not defined at Object.<anonymous> (/data/node_v8/lib/node_modu...
来源: Laya_社区 发布时间: 20180514
...ing 赞同来自: 你打断点,通过堆栈看下,而且你上面只贴报错,没有重现示例和步骤,我们也看不出来! 2017-08-24 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 asdf131 相关问题 laya针对页游耗...
来源: Laya_社区 发布时间: 20170824
...。ts js 都有. 这是为什么呢? 看一下这是什么问题,运行报错 第一个程序 hello laya显示不出文本,只是显示一些之前表格,单选项之类的东西 劫持的问题已经找电信投诉了并处理了一下,这是后续问题 请问下我这是什么情况? ...
来源: Laya_社区 发布时间: 20170428