大约有 481 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
...端导致内存过高 let resArray: Array<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Ha...
来源: Laya_社区 发布时间: 20180122
AS3加载开放域透传atlas接口 2.20版本下 import laya.wx.mini.MiniAdpter; 提示找不到定义,请问除了这个方法透传还有其他方式可以加载到atlas 2019-12-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20191223
downLoadFile从服务器上下载下来的文件放在哪里?下载atlas文件一直下载失败不成功 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 失败是不是服务...
来源: Laya_社区 发布时间: 20180531
...? Monica • 2018-02-06 19:11 1.7.15发布出来的图集类型默认是.atlas的,1.7.13版本应该是.json格式的,所以如果你用1.7.15版本的话需要把项目中预加载资源的类型改为.atlas fightjjj • 2018-02-07 15:35 是图集后缀的问题,{ url: "res/atlas/baseu...
来源: Laya_社区 发布时间: 20180206
图集超过1G,IDE atlas-generator.exe就导出不了图集; 图集超过1G,atlas-generator.exe就导出不了图集;@没有附件。资源大大没法上传 搞点资源测试就行 附件 : --> 2022-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20221124
...画没有显示 Laya.init(1600, 1400, Laya.WebGL); var AniConfPath = 'res/atlas/cloud.json'; Laya.loader.load(AniConfPath, Laya.Handler.create(this, this.createAnimation), null, Laya.loader.ATLAS); function createAnimation() { var ani = new Laya.Animation(); ani.loadAtlas(AniConfPath); ani.interval ...
来源: Laya_社区 发布时间: 20170920
对图集 atlas和 png 加密后,应该怎么加载解密 直接 Loader.load( 'xxx.atlas' ) 加载成 buffer 解密吗,那 xxx.png 需不需要 load ? 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20180309
加载atlas如果碎图特别多会占用大量内存 这个如何避免 我们的游戏很复杂 一个主角需要40个或者更多图集 这样加载atlas后 会产生大量的切图数据 一个主角接近200M内存。。。 内存飙升 请问这个如何避免 2018-02-09 添加评论 免费...
来源: Laya_社区 发布时间: 20180209
...表,F12打包图集并进行发布 F12导出后会出在动在bin/h5/res/atlas下自动生成.json和.png图片,该文件即为图集文件 步骤三:预加载图集并获取图集下的小图资源package { import laya.display.Animation; import laya.display.Sprite; import laya.net.Loader; imp...
来源: Laya_社区 发布时间: 20160707
...比如我打开技能模块,需要加载技能模块的资源,包括 a.atlas b.atlas c.atlas d.mp3 e.mp3 f.json g.json 那么laya里是怎么一起加载这个模块的资源的。 不能用Laya.loader.load([a.atlas, b.atlas,...,....])这样加载吧,那这样管理不是很麻烦 如果除...
来源: Laya_社区 发布时间: 20190912