大约有 382 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0057 秒)
...png"], "fish_live_16"); //播放不正常 Laya.Animation.createFrames("res/atlas/fish/fish_16.json", "fish_live_16"); 2017-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: ...
来源: Laya_社区 发布时间: 20170908
...所示: 语法结构 示例代码 语句说明 [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
...式了,如图2-12所示,@1.ktx是Android平台的纹理压缩格式,.atlas是图集文件,.png是其它平台默认的纹理格式。 (图2-12) 再用Android手机来看看运行时的情况,图集纹理压缩文件“@1.ktx”成功使用了,如图2-13所示: (图2-13) 到此...
来源: Laya3.0_文档 发布时间: 20251010
...am fileType 文件类型(image、text、json、xml、arraybuffer、sound、atlas、font) * @param callBack 文件加载回调,回调内容[errorCode码(0成功,1失败,2加载进度) * @param encoding 文件编码默认 ascill,非图片文件加载需要设置相应的编码,二进制编码为...
来源: Laya2.0_文档 发布时间: 20210714
... Laya.loader.load(aniPath, Handler.create(this,onLoaded),null,Loader.ATLAS); } private function onLoaded():void { //加载按钮资源 Laya.loader.load(skin,Handler.create(this,onBegin)) }...
来源: Laya_社区 发布时间: 20180725
...存在 https://3dparking-1256769450.cos.ap-shanghai.myqcloud.com/test/res/atlas/main.png 2019-06-13 0 12 分享 微博 QZONE 微信 kylin 赞同来自: 目前来看,即使加了版本管理,引用云上资源仍然引用的无版本号的资源。现在的问题是即使是无版本管理的...
来源: Laya_社区 发布时间: 20190613
...unction () { this.aniBirdSing = new Laya.Animation(); this.aniBirdSing.loadAtlas("res/atlas/birdsing.json"); this.aniBirdSing.interval = 35; // 设置播放间隔(单位:毫秒) this.aniBirdSing.index = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBird...
来源: Laya_社区 发布时间: 20171026
...am fileType 文件类型(image、text、json、xml、arraybuffer、sound、atlas、font) * @param callBack 文件加载回调,回调内容[errorCode码(0成功,1失败,2加载进度) * @param encoding 文件编码默认 ascill,非图片文件加载需要设置相应的编码,二进制编码为...
来源: Laya2.0_文档 发布时间: 20210714
...s, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); 和 Laya.AtlasInfoManager.enable("fileconfig.json", Laya.Handler.create(this, this.onConfigLoaded)); 都要删掉。 内涵tv何吓吓 • 2019-03-06 14:04 @aqualee:谢谢 我可以用了,加载的图集.atlas文件是可...
来源: Laya_社区 发布时间: 20190305
...new Laya.HTMLDivElement(); div.innerHTML="<img src='res/atlas/test.png'/>" Laya.stage.addChild(div); } TypeError: Illegal constructor laya.core.js:11687 at Function.getInstance (file:///D:/work/test2/bin/libs/laya.core.js:11687:24) at Functio...
来源: Laya_社区 发布时间: 20190926