大约有 289 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(228) Laya2.0_文档(32) Laya3.0_文档(21) laya_api(2) Laya3.0_api(2) Laya2.0_api(2) Laya2.0_示例(1) Laya_示例(1)
...function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atlas" }, { url: "res/atlas/human.atlas" }], Laya.Handler.create(this, progress, null, false), null, Laya.Loader.ATLAS) } function progress() { (function loading() { Laya.loader.load([{ url: "icon/背包宝石UI.pn...
来源: Laya_社区 发布时间: 20180710
...的示例里,制作好UI页面以后发布,会产生一个ui页面的atlas文件,而我制作好以后发布,缺没有出现页面的atlas文件,只有图片资源的atlas文件,何解???例如官方的例子:Laya.loader.load(["./res/atlas/ListPage.atlas", "res/atlas/template/But...
来源: Laya_社区 发布时间: 20170904
layacmd atlas怎么指定输出的数据后缀为json? 现在既输出json又输出atlas 2018-01-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Laya_Aaron 赞同来自: evamango 如果没有就是没有了 2...
来源: Laya_社区 发布时间: 20180104
创建一个空项目,一个about.ui,拖一个控件,f12后,atlas目录没有生成对于的图集 是不是我哪里操作不符合流畅 1、创建一个空项目 2、切换到ui界面,创建一个ui 3、按f12导出资源 4、bin/res/atlas 目录有生成,就没有文件 2017-03-16 1 ...
来源: Laya_社区 发布时间: 20170316
UI组件发布后 怎么没有.atlas格式文件 如图 自己弄了个 List 组件 弄好图片发布后 没有生成.atlas文件 只有一个comp.atals 并且 layaUI.max.all.js 里面的代码也不对 PS:(引入comp.atals后是这个图 刚接触laya 小白一枚 心累 麻烦各...
来源: Laya_社区 发布时间: 20180621
Export Atlas Fail 清理导出 失败! 没有任何日志说明,无从查起,排除法竟然也定位不到,是好是坏。求解? 2018-02-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 layabox 赞...
来源: Laya_社区 发布时间: 20180203
js版本 layaide ui组件发布后 res下没有对应的.atlas文件生成 1 在界面编辑器 编辑组件 (jiaoyiqu.ui) 2 发布后 发现res/atlas/下面只有个 comp.atlas 并且 layaUI.max.all.js里面只有个TestPageUI 如果我插入 new TestPageUI() 显示出的是这个 P...
来源: Laya_社区 发布时间: 20180621
IDE相关问题 关于图集和配置文件(json || atlas)的问题 很对零散的图片(或动作图集),都需要生成图集和配置文件放到项目用这里能理解 问题是 1.json和atlas的区别,什么情况下用哪个? 2.为什么不把图集和配置文件(json||atla...
来源: Laya_社区 发布时间: 20180626
...); Laya.loader.load([{url: "res/atlas/common.atlas", type: Loader.ATLAS}]); Stat.show(); } private function onClick(e:Event):void { swit...
来源: Laya_社区 发布时间: 20180425
...createChildren():void { super.createChildren(); let assets = [ { url: "res/atlas/ui/shared.atlas", type: Loader.ATLAS }, { url: "res/atlas/ui/myview.atlas", type: Loader.ATLAS }, { url: "view/MyView.json", type: Loader.JSON }, ] Laya.loader.load(assets, Handler.create(this, this.onLoaded)); } privat...
来源: Laya_社区 发布时间: 20180113