大约有 491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
...r.load("../res/zy/zy.json",Handler.create(this,onLoadedSource),null,Loader.ATLAS); } private function onLoadedSource():void { roleAni = new Animation(); playActions(); } 2、你打包图集的时候,.json文件的prefix键是没有值的,这个是因为你直接针对散图所在文件夹进...
来源: Laya_社区 发布时间: 20170821
...png"], "fish_live_16"); //播放不正常 Laya.Animation.createFrames("res/atlas/fish/fish_16.json", "fish_live_16"); 2017-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: ...
来源: Laya_社区 发布时间: 20170908
... console.log( this._publicSpaceData.icon ); this.bg.loadImage( "res/atlas/gamewindow/" + this._publicSpaceData.icon,0,0,0,0, new Laya.Handler(this, this.imgLoaded) ); this.addChild( this.bg ); this.addChild( this.btnEnter ); } private imgLoaded ( e:Laya.Event ) : void ...
来源: Laya_社区 发布时间: 20170923
...ader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); } private function createAnimation(_e:*=null):void { var ani:Animation = new Animation(); ani.loadAtlas(AniConfPath); // 加载图集动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ani.index = 1; ...
来源: Laya_社区 发布时间: 20170628
...:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas 问题状态 最新活动: 2019-03-07 16:41 浏览: 1249 关注: 2 人 蟹老板 • 2019-05-22 11:18 你好,请问这个问题解决了嘛,是怎么解决的?
来源: Laya_社区 发布时间: 20190307
...我们用到图集 和 普通图片 1、Laya.Loader.IMAGE 2、Laya.Loader.ATLAS 因此我们的LayaSample.js需要修改一下加载代码如下: //加载单个资源 var asset = []; asset.push({ url : [ "res/background.png", "res/m_background.png", "res/floor.png" ], type : Laya.Loader.IMAGE }...
来源: Laya_社区 发布时间: 20160801
...没说是什么问题。我复制命令在命令行中运行,中途弹出atlas-generator停止工作(附件)。我在源路径里删除了几个文件夹(试过几次,每次删除不同的),再次打包就没问题了,我现在是把资源分成两次打包的。这是什么原因,...
来源: Laya_社区 发布时间: 20180405
...Program Files\LayaAirIDE_版本号\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator.exe" --init配置完成后执行 "C:\Program Files\LayaAirIDE_版本号\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator.exe" --config atlasConfig就会按照配置生成图集。如果有必要,可以...
来源: Laya_社区 发布时间: 20161201
...ader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); } private function createAnimation():void { var url:Array=; for(var i:int=1;i<30;i++) { if(i<10) { url.push("res/fighter/fighter/rollSequence000"+i+".png"); } else { url.push("res/fighter/fighter/rollSequence00"...
来源: Laya_社区 发布时间: 20160610
...所示: 语法结构 示例代码 语句说明 [img]image_url[/img] [img]atlas/comp/image.png[/img] 显示一张图片 [url=link_href]text[/url] [url='www.layabox.com']蓝亚盒子[/url] 显示一个超级链接 [b]text[/b] [b]这些字是粗体[/b] 设置文本为粗体 [i]text[/i] [i]这些字...
来源: Laya3.0_文档 发布时间: 20251010