大约有 169 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
...起人 小智队长 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 真机环境找不到window---cant find variable: window stac...
来源: Laya_社区 发布时间: 20200207
TypeError Uncaught TypeError: Object #<error> has no method '_addReference' Mozilla/5.0 (Linux; Android 4.4.4; Coolpad 8675-FHD Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 Mozilla/5.0 (Linux; Android 4.4.2; Coolpad 8675 Build/KOT...
来源: Laya_社区 发布时间: 20180308
...Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError) } private parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); this.ske...
来源: Laya2.0_文档 发布时间: 20210715
...07 相关问题 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' 动画混合无效(版本2.6) 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? FairyGUI是一款专业的 UI编...
来源: Laya_社区 发布时间: 20170526
...题解答(最新版本:1.7.16) 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target LayaAirIDE下如何使用mask? 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 使用了u3D导出来的粒子,不停...
来源: Laya_社区 发布时间: 20180720
...t = yield response.text(); return JSON.parse(responseText); } else { const errorResponse = yield response.text(); throw new HttpException( `HTTP ${response.status}: ${errorResponse}`, response.status, errorResponse ); } } catch (error) { if (error instanceof HttpException) { throw error; } else if (...
来源: Laya_社区 发布时间: 20251115
...emplet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Browser.width / 2, Browser.height / 2 + 100); this.skel...
来源: Laya2.0_文档 发布时间: 20210715
...aya.Event.COMPLETE, handler.caller, handler.method); templet.on(Laya.Event.ERROR, this, this.printError); templet.loadAni(url); } printError(e) { console.error(e); } } //激活启动类 new Main(); 附件 : --> TEST2.zip 2022-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20220530
layaMaxUI.js export ui bug (影响编译) [20:22:28] Error: Export 'ui' is not defined at error (D:\LayaAirIDE\resources\app\node_modules\rollup\dist\rollup.js:9402:30) at Module.error (D:\LayaAirIDE\resources\app\node_modules\rollup\dist\rollup.js:13340:9) at tryParse (D:\LayaAirIDE\resources\app\...
来源: Laya_社区 发布时间: 20190813
...ction(e) { alert("复制成功!"); e.clearSelection(); }); clipboard.on('error', function(e) { console.log("复制失败!",e); }); 2018-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20180626