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

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

171. socket通讯返回数据 [ 51%]

...et: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //-------------------------------------------------------------------------------------------------- 如果 运行 标“#”代码 this.socket.send("hello world");...

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

172. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 51%]

...ttribute变量怎么动态修改 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 预设怎么在代码中使用 IDE1.7.8 json图集加载问题 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 播放背景音乐的...

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

173. 安卓概率闪退 [ 51%]

...在v8垃圾收集中 栈信息整理 liblayaair.so: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x97ffffffff (signal 11 说明是内存问题) (v8::internal::Runtime_AllocateInTargetSpace(int, v8::internal::Object**, v8::internal::Isolate*)+108) (v8::internal::Factory::NewFillerObject(int,...

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

174. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 51%]

...os) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解决 tslib 找不到的问题,并且编译后输出的文件可以正常运行,但...

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

175. Laya2.0发布微信小游戏,真机测试出现 window is not define 报错 [ 50%]

...E 是没测试就上线了吗? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 2.1.1.1引擎微信小游戏掉帧严重 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. laya2.0加载3d场景报错Uncaught TypeErro...

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

176. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found [ 50%]

...,请检查后重新编译。 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined IDE通过.ui自动生成的ui代码报错 Laya2.0 WebGl模...

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

177. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 45%]

...,False) Color = getcontextbyprobe(str(sys.argv[1])+"/bin/h5/laya.js","*<code>Color</code> 是一个颜色值处理类。","Color._COLODID=1;",startoffset=-7 ,endoffset=24,backuporiginalfile=False) deletetextfromfile(str(sys.argv[1])+"/bin/h5/laya.js" ,Color,backuporiginalfile=False) inse...

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

178. 重要问题:关于苹果审核被拒 [ 44%]

...t found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在build phases/link binary width libraries里...

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

179. lib/arm/liblayaair.so 总是崩溃 [ 44%]

...## ### 08-14 10:57:49.358 22228-22354/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xffffffff in tid 22354 (Thread-5336) 08-14 10:57:49.401 3996-3996/? I/NetworkSpeedManagerEx: mIsStop = false 08-14 10:57:49.402 3996-4122/? D/NetworkSpeedManagerEx: doInBackground 08-14 10:57:49.404 3996-3...

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

180. 创建第一个微信小游戏(TypeScript-小游戏适配文档-微信小游戏) [ 42%]

...录可以直接删掉。因为这个示例项目能用到的已经整合到code.js里了。否则可能会因为超过4M,导致上传不上去。这个问题,也会在新版本里优化好。 用微信扫码后,就启动了小程序项目,点击右上角的浮窗按钮,可以打开调试...

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