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

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

141. 关于3D场景的资源销毁问题 [ 68%]

...部所有资源url的列表。 整个列表文件以xxx.ls场景的xxx为key。 在销毁xxx.ls时,对列表文件的每一项进行getRes(),判断引用次数referenceCount为0 ,并调用dispose()   2019-02-01 0 0 分享 微博 QZONE 微信 137*****162 赞同来自: 我们项目是自己编...

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

142. 打包安卓Android studio黑屏 [ 67%]

...tion I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.layabox.test#10205#256 I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.layabox.test#10205#0 W/om.layabox.tes: JIT profile information will not be recorded: profile file does not exits. I/...

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

143. unity导出动画如何使用 root motion node [ 67%]

...误?或者在laya3d里面有没有其他方式使用动画位移?   KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/bu...

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

144. 求救 Laya2.0下的Particle2D问题 [ 67%]

...eate(this, (setting) => { let frame = new Laya.Particle2D(setting); let key = keyString; let frameX; let frameY; let play = true; let frameScale; let frameRotation; //问题在下面://如果首次传入E/Q,尾焰正常出现在需要的位置,但是这个粒子会“循环”播放,一...

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

145. matter.js mouseconstraint在微信小游戏中无效 [ 67%]

...et = 0; 2、module4里修改clientWidth和clientHeight属性: {      key: 'clientWidth',      get: function get() {      var ret = parseInt(this.style.fontSize, 10) * this.innerHTML.length;      return Number.isNaN(ret) ? this.width : ret;      }      }, {      key: 'cl...

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

146. 之前用着好好的U3D导出插件突然不能用了,下载了新的报错,麻烦帮看下,谢谢 [ 67%]

...更新了最新的U3D导出插件……然后连导出都报错……, KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/bu...

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

147. libwebsocket [ 66%]

...21 11:20:31:5607] NOTICE: lws_context_init_client_ssl: doing private key filepath [2018/08/21 11:20:31:5608] NOTICE: Loaded client cert private key /var/mobile/Containers/Data/Application/F09CD563-F37F-4B17-A1DB-742CF5D947D1/Library/Caches/ssl.pem [2018/08/21 11:20:31:5608] NOTICE:...

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

148. 字节平台(抖音预览调试),因为一行代码导致无法启动问题 [ 66%]

...} if (instance instanceof Object) { var copyInstance = {...(instance as { [key: string]: any }), } as { [key: string]: any } for (var attr in instance) { if ((instance as Object).hasOwnProperty(attr)) copyInstance[attr] = GameUtils.deepCopy<any>(instance[attr]) } return copyInstance as T } ret...

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

149. layaair.so 底层崩溃 [ 66%]

...5 Foreground: Yes Build: OPPO/A83/A83:7.1.1/N6F26Q/1524206852:user/release-keys *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'OPPO/A83/A83:7.1.1/N6F26Q/1524206852:user/release-keys' Revision: '0' ABI: 'arm' signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0...

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

150. Animation 使用疑问 [ 66%]

...aniBody.clear();         let loopPlay: boolean = true;         let key: string = actionName + "_" + Math.abs(direction);         this.aniBody.play(0, loopPlay, key);         var bound: Laya.Rectangle = this.aniBody.getBounds();         this.aniBody.pivot(bound.width / 2, bound.he...

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