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

大约有 226 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0060 秒)

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

... 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解...

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

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

...这两个,但是会报 ld: library not 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 如果再报错在buil...

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

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

...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接")...

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

214. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 50%]

...yaair IDE的帧属性面板不见了 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Tween如何实现无限循环...

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

215. 3d项目安卓包。部分手机报加载3d资源报错 [ 50%]

...GL_BAD_ALLOC 08-20 16:53:49.050 24823-24871/? E/libEGL: eglMakeCurrent:792 error 3003 (EGL_BAD_ALLOC) 08-20 16:53:49.060 309-376/? E/BufferQueueProducer: [SurfaceView] connect(P): already connected (cur=1 req=1) 08-20 16:53:49.060 24823-24871/? E/libEGL: eglCreateWindowSurface: native_window_api_con...

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

216. Resources already exist,is repeated loading 加载特效报重复加载 [ 50%]

...ng: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [error]Failed to load: null 为什么加载自己从unity导出的特效会报已经存在不能重复加载?从打印的1111来看加载方法只调用过一次,但是用官方给的特效就不会报错 particleNew.part ...

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

217. laya1.0 的3D项目,GPU型号为Adreno 405的加载3D资源时会报错 [ 50%]

...GL_BAD_ALLOC 08-20 16:53:49.050 24823-24871/? E/libEGL: eglMakeCurrent:792 error 3003 (EGL_BAD_ALLOC) 08-20 16:53:49.060 309-376/? E/BufferQueueProducer: [SurfaceView] connect(P): already connected (cur=1 req=1) 08-20 16:53:49.060 24823-24871/? E/libEGL: eglCreateWindowSurface: native_window_api_con...

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

218. socket大型项目回调 [ 49%]

...eloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_...

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

219. laya发布vivo小游戏失败 [ 49%]

... index.js:829 data stderr: internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\@vivo-minigame\cli\bin\mg' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modu...

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

220. 启动引擎报错 mPlugin.game_plugin_init(3); [ 49%]

...reviously-failed class java.lang.Class<hs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController;                 at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)                ...

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