• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 588 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)

121. 错误类型 :cannot read property "tranisfrom" [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 路径...

来源: Laya_社区 发布时间: 20190522

122. 用LayaAir引擎解析Tiled Map地图 会报错误 [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 关于使用matterjs物理引擎鼠标问题 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ...

来源: Laya_社区 发布时间: 20200704

123. 淘宝创意互动小程序调试BUG [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 TypeScript下HttpRequest发送Post请求有Bug? LayaAir2.61 测试版 物理引擎bug 百分百 复现 【BUG...

来源: Laya_社区 发布时间: 20201112

124. LayaAir如何在控制台打印调试信息 [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target LayaAir 3D 有提供 3D 物理引擎功能吗? 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 路径是对的,但老是,调试控制台提示:错误,...

来源: Laya_社区 发布时间: 20160804

125. 使用IDE打包图集出现图片反色 [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 用二的幂次方图集和非二的幂次方图集区别在哪? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能...

来源: Laya_社区 发布时间: 20170420

126. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 59%]

...它: ```javascript private function foo():void {     var prop = target.prop;     // 使用prop     process1(prop);     process2(prop);     process3(prop); } ``` ### 二、计时器 ​ LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行...

来源: Laya2.0_文档 发布时间: 20210715

127. 错误类型 :cannot read property "tranisfrom" [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 路径...

来源: Laya_社区 发布时间: 20190522

128. LayaAir能否增添“选择模式”调试? [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target Texture图片能否进行翻转? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 路径是对的,但老是,调试控制台提示:错误,图片是IDE自...

来源: Laya_社区 发布时间: 20170814

129. LayaAir编译报内存不足 [ 59%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ...

来源: Laya_社区 发布时间: 20200618

130. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 59%]

...his._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @pr...

来源: Laya2.0_文档 发布时间: 20210715