大约有 491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)
macOS sierra 1.7.9 正式版 无法发布资源 无法发布资源到res/atlas目录 出现如下错误: /Applications/LayaAirIDEMac_1.7.9.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator: Permission denied at ChildProcess.exithandler (child_process.js:223) at emitTwo (events....
来源: Laya_社区 发布时间: 20170829
... hj 赞同来自: 图集打包的文件后缀是可以选择的,默认是atlas,如果想用json的可以自行在 工具—图集打包—数据文件后缀 中选择json后缀就可以了 2018-10-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...
来源: Laya_社区 发布时间: 20180925
...e = "showall"; Laya.stage.screenMode = "horizontal"; Laya.loader.load("res/atlas/sanguo.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); function onLoaded(){ Laya.sg_sign = new sg_sign(); Laya.stage.addChild(Laya.sg_sign); } function onWxSign1(){ Laya.sg_sign.removeSelf(); Laya.Pool...
来源: Laya_社区 发布时间: 20170725
...什么原因的吗?~~~~~~~~~~~~~ IDE中自动打包图集后最后在res/atlas中只有json和png没有atlas,不知道原因是什么 module写法的模块无法使用,其他地方使用会报错 求让Particle2D的粒子能从最开始的地方播放的方法!! FBXTools.exe把模型拖上...
来源: Laya_社区 发布时间: 20171205
... 2025-08-18 0 1 分享 微博 QZONE 微信 photon 赞同来自: 出现了atlas多个图集文件,laya可以做到多张图一个atlas图集文件。 2025-08-19 0 2 分享 微博 QZONE 微信 153*****169 赞同来自: 今天更新新版本,主要变更: 1. 适配手机端,现在手机端浏...
来源: Laya_社区 发布时间: 20250816
...gisterBitmapFont('Name', timerFont); Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); })); } function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); } 附件 : --> src.rar ...
来源: Laya_社区 发布时间: 20180509
...eVersion.FILENAME_VERSION); function beginLoad() { Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } function onLoaded() { Laya.stage.addChild(new GolfMainUI()); } 附件 : --> 2018-06-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20180627
...了 } } // 程序入口 Laya.init(600, 400); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); } 完整项目请见附...
来源: Laya_社区 发布时间: 20170725
...ear文件夹及时间轴动画并没有导出,如图1应该要生成bear.atlas,但是只有comp.atlas。请问各位这是为什么呢 附件 : --> demo4.zip 2020-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个...
来源: Laya_社区 发布时间: 20200711
...与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 那个atlas 和json 里面是一样的, 你当初打包图集的时候 没选json 就这样了 2018-01-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lychen 相关...
来源: Laya_社区 发布时间: 20180126