大约有 157 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
...文件并获取某对象值? private jsonParse() { Laya.loader.load("res/atlas/resTest0.json", Handler.create(this, this.onLoaded), null, Loader.JSON); } private onLoaded() { var json : JSON = Laya.Loader.getRes("res/atlas/resTest0.json"); var jsTx = JSON.stringify(json); } 已经通过上面代...
来源: Laya_社区 发布时间: 20171016
...ya.init(1136,640) Laya.stage.bgColor="#fff" Laya.loader.load('./../bin/res/atlas/res.atlas', Handler.create(this, onLoaded)) })() function onLoaded() { var cMask = new maskDemoUI() Laya.stage.addChild(cMask) } })() 附件 : --> 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180810
...onent("ScaleButton", ScaleButton); Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/create_room.atlas", ...
来源: Laya_社区 发布时间: 20181213
...onent("ScaleButton", ScaleButton); Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/create_room.atlas", ...
来源: Laya_社区 发布时间: 20181202
...到 如何把本地的svg文件读取到内存里,如何画在画布上 atlas目录下.json文件与.atlas的区别 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug 问题状态 最新活动: 2018-01-18 10:32 浏览: 914 关注: 2 人
来源: Laya_社区 发布时间: 20180118
...于2D图集,需要说明一下,我们只支持LayaAirIDE自己生成的atlas图集纹理压缩。第三方的图集,我们并不支持。 LayaAirIDE生成的图集,我们可以在图片路径那一栏,拖入.png后缀图片或.atlas图集文件,都可以被识别,然后压缩成功的...
来源: Laya2.0_文档 发布时间: 20210714
...,终于找到问题所在,问题出在IIS的 MIME类型上。将json和atlas添加进去,问题就解决了。 希望和我遇到相同问题的朋友少走弯路。 2018-03-09 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你有预加载资源吗?f12看到什么报错了? 2018-0...
来源: Laya_社区 发布时间: 20180308
...某一张图片 打包好一个图集 使用 Laya.loader.load("res/atlas/yaosai.atlas", Handler.create(this, onLoaded)); 加载后,怎么使用此图集里面的 其中一张图片呢 求大佬解答 2018-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20180716
...色 Laya.stage.bgColor = "#ffcccc"; //加载资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS) })(); function onLoaded(){ //实例化 var tempBG=new background(); Laya.stage.addChild(tempBG); } })();在background.js里是这样写的 var backgro...
来源: Laya_社区 发布时间: 20180129
...ZONE 微信 lambun 赞同来自: 这是什么问题,为什么不能加载atlas文件 2018-02-06 0 0 分享 微博 QZONE 微信 qian 赞同来自: 这是跨域了 翻译一下就知道了 https://ask.layabox.com/question/13 2018-02-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20180206