大约有 509 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
Laya_社区(462) Laya2.0_文档(27) Laya3.0_文档(7) Laya_示例(3) Laya3.0_api(3) Laya2.0_示例(3) laya_api(2) Laya2.0_api(2)
用Loader加载完atlas,然后使用animation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animat...
来源: Laya_社区 发布时间: 20171212
LayaIDE 资源打包失败 Export Atlas Fail? 这个是资源太大了吗? 附件 : --> 2020-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 目前已经确认图片资源太多时会...
来源: Laya_社区 发布时间: 20201016
... or false return false; } function LoadRes() { var resArray = [ {url: "res/atlas/comp.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh2.json",type: Laya.Loader.ATLAS}, ]; Laya.loader.load(resArray, Laya.Handler.create(null, LoadResComple...
来源: Laya_社区 发布时间: 20170228
... 2018-01-22 10:37 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.loa...
来源: Laya_社区 发布时间: 20180120
界面编辑器按F12发布后,生成的res/atlas文件夹是空的 资源管理器增加图片后发布,总是不能更新图集,手贱把bin/res文件夹删了, 发布资源会重新生成res文件夹,但是生成的res/atlas文件夹是空的。 2016-12-24 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20161224
(有图片附件)图集用的atlas 在LayaAir里可以正常跑,但是发布后,运行报错 Failed to load file.Cross origin requests are Failed to load file:///H:/WeChatQ1Snake/release/layaweb/v1.0.0/res/atlas/images.atlas: Cross origin requests are only supported for protocol schemes: http, ...
来源: Laya_社区 发布时间: 20180412
...on文件 我已经确定了,已经打包。但是我的res目录下面的atlas下面只有.rec .atlas .png文件,但是没有json??? 2018-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 ...
来源: Laya_社区 发布时间: 20180412
...: 0 newCmd: "/usr/local/lib/node_modules/layaair-cmd/ProjectExportTools/TP/atlas-generator" "/Users/xxx/LayaAirIDE/packParam.json" Waiting for pics packing execute: "/usr/local/lib/node_modules/layaair-cmd/ProjectExportTools/TP/atlas-generator" "/Users/xxx/LayaAirIDE/packParam.json" Error Occured: E...
来源: Laya_社区 发布时间: 20190322
...信 匿名用户 赞同来自: 已经预加载了 skins.push( { url:"res/atlas/image1.json", type:Loader.ATLAS} ); skinsSecond.push( { url:"res/atlas/image.json", type:Loader.ATLAS }); skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE })...
来源: Laya_社区 发布时间: 20170320
... 肯定对这个图集做了预加载了 var resArray = [ {url:"res/atlas/comp.json", type: Laya.Loader.ATLAS}, {url:"res/atlas/assets.json", type: Laya.Loader.ATLAS} ]; Laya.loader.load(resArray, Laya.Handler.create(null,LoadResComplete)); cuixueying • 2017-03-21 16:15 好的...
来源: Laya_社区 发布时间: 20170317