大约有 34 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
ani.loadAtlas("res/atlas/ani/"+name+".atlas");这种方法一定会加载素材吗如果前面已经加载过了动画资源了 附件 : --> 2017-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - ...
来源: Laya_社区 发布时间: 20170831
Laya.Animation.loadAtlas 这个方法是有问题吗 我的途径路径是, res/atlas/gun1.atlas. 然后加载这个资源的时候, 报错 Not recognize the resource suffix 版本是laya 1.7.21 2019-01-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20190123
IDE相关问题 this.animation.loadAtlas 加载失败 this.animation.loadAtlas 加载失败什么捕获并处理,还有获取改animation的内存大小 this.animation.loadAtlas(this.resUrl, Laya.Handler.create(this, this.loadCompleted, [completeFun]), this.resUrl); 2017-09-05 添加评论 免...
来源: Laya_社区 发布时间: 20170905
... 还需要用ani的loadImages 有没有别的办法 我不想用animation.loadAtlas这个方法 这个方法检测不到加载失败 2017-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20171212
...手机的 LayaNative 上跑,一堆问题,基本都是下面的 ani.loadAtlas(url)var ani = new Laya.Animation(); ani.loadAtlas(url); ani 为 null了? 这是为啥了,h5能加载成功,为啥 放在 LayaNative 里就加载失败了? 附件 : --> 2018-05-22 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20180522
...xueying 赞同来自: 项目示例代码如下 ani=new Animation(); ani.loadAtlas("res/atlas/atlasLight.json",null,"play"); ani.play(); Laya.stage.addChild(ani); 有的开发者会发现,如果loadAtlas方法使用了模板名称,使用Loader.clearRes无法彻底清理掉animation的所有...
来源: Laya_社区 发布时间: 20161129
...ask = mask; const ani = new Laya.Animation(); container.addChild(ani); ani.loadAtlas('1.json'); ani.play(); ani.pos(300,0); const d1 = 484; const d2 = 1438; const d3 = 950; const d4 = 1920; const container2 = new Laya.Sprite(); Laya.stage.addChild(container2); const mask2 = new Laya.Sprite(); mask2....
来源: Laya_社区 发布时间: 20170915
...返回值为Animation对象本身,所以可以使用如下语法:ani.loadAtlas(...).loadAtlas(...).play(...);。</p> * @param url 图集路径。需要创建动画模版时,会以此为数据源。 * @param loaded ...
来源: Laya_社区 发布时间: 20180522
LayaAir引擎 判断animation是否加载过某个资源 this.aniTemp.loadAtlas(path),什么判断某个path是否加载过 2017-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 没...
来源: Laya_社区 发布时间: 20170809
...回复 150*****483 赞同来自: var ani:Animation = new Animation(); ani.loadAtlas("./game/fp.atlas"); ani.play(); ani.x = 100; ani.y = 100; addChild(ani); 就这样一段代码 2018-11-29 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...
来源: Laya_社区 发布时间: 20181129