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

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

151. 背景音乐播放BUG,销毁异常导致的播放异常,里面有修改方案 [ 66%]

...f(url == SoundManager._bgMusic) return; 2.存背景音乐的_audioCache的key和其他的集合中的背景音乐用同一个key,改变内容前做对象清理,改变背景音乐直接覆盖掉。   没必要demo了吧 - -!   附件 : --> q.zip 2021-01-12 添加评论 免费帖 --> 分享 微...

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

152. 资源导出出错,怎么解 [ 65%]

资源导出出错,怎么解 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/buildslave/mono/build/mcs/class/corlib/Syst...

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

153. 缓动-时间线 [ 65%]

... Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Keyboard = Laya.Keyboard; var TimeLine = Laya.TimeLine; var WebGL = Laya.WebGL; var target; var timeLine = new TimeLine(); (function () { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV...

来源: Laya_示例 发布时间: 20251209

154. LayaAir IDE 语言包的使用? [ 65%]

... laya21126 赞同来自: 这个语言包功能不实用 1)用内容做为key,这个key一般开发中会变动 2)一般开发语言包翻译是分期让翻译人员来翻译的,如何合并 3)只对UI中部分组件有用,且代码中不支持   官方能否出个解决方案   我们...

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

155. unity导出模型报KeyNotFoundException [ 65%]

unity导出模型报KeyNotFoundException 你好,我测试Untiy导出3d角色模型时发现的问题 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.Stri...

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

156. 小游戏发布 · LayaAir3.3 · 引擎文档 · LAYABOX [ 64%]

... { “showStatusBar”: true } ,那么最终的game.json文件里这个key值就会被加入,并且引擎模版里的game.json其他key值会保留。 三、LayaAir适配哪些小游戏平台 LayaAir 3.0当前适配了以下平台: 微信小游戏 抖音小游戏 OPPO小游戏 vivo小游戏 ...

来源: Laya3.0_文档 发布时间: 20251010

157. [unity动画导出] unity导出3d动画报错 [ 64%]

... 请问这个应该要怎样处理   (没有勾选预烘焙骨骼)报错 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <e1319b7195c343e79b385cd3aa43f5dc>:0) n.a (UnityEngine.GameObject A_0, S...

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

158. 缓动-时间线 [ 64%]

... Laya.Event; this.createApe(); this.createTimerLine(); Laya.stage.on(Event.KEY_DOWN, this, this.keyDown); } createApe() { const Sprite = Laya.Sprite; this.target = new Sprite(); Laya.stage.addChild(this.target); this.target.loadImage("res/apes/monkey2.png"); this.target.pivot(55, 72); this.target.po...

来源: Laya2.0_示例 发布时间: 20251209

159. laya.net.HttpRequest [ 64%]

...ault = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Object Type: l...

来源: laya_api 发布时间: 20170929

160. 打包测试测出的问题 ndk error: Invalid memory reference 是什么原因 该怎么解决 [ 64%]

...uild: 360/QK1515/QK1515:6.0.1/MMB29M/6.0.059.P3.161026.QK1515:user/release-keys Hardware: msm8952 Revision: 0 Bootloader: unknown Radio: unknown Kernel: Linux version 3.10.84-perf-gfaa9bea-00282-g0656adc (system2@localhost) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Wed O...

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