大约有 481 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
...int在微信小游戏中无效 1.7.20beta有bug,帧属性面板打不开 atlas目录下.json文件与.atlas的区别 问题状态 最新活动: 2017-09-07 10:04 浏览: 873 关注: 2 人
来源: Laya_社区 发布时间: 20170906
...单机制。如下例所示: MiniAdpter.nativefiles = ["wxlocal","res/atlas/houzi.atlas","res/atlas/houzi.png","common/tishi.png","common/bg.png","ui.json","newLb/bg031.png"]; 只要是MiniAdpter.nativefiles里存在的目录名或文件,引擎会自动将该目录视为本地目录,即便...
来源: Laya_社区 发布时间: 20190528
...2018-08-23 1 0 分享 微博 QZONE 微信 Yangcy 赞同来自: [{url: "res/atlas/excessivePage.atlas"}] 直接这样 都不用写type 2018-08-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 MITBOY 相关问题 sprite旋转以后...
来源: Laya_社区 发布时间: 20180823
...提交 1 个回复 LayaAir3 赞同来自: 3.0可以运行。但是6001_013.atlas要放在6001_013目录下,或者修改6001_013.atlas文本里的"prefix":"6001_013/" 改为 "prefix":"/" 。如果还有问题,请发上来一个demo工程,我们看下。 2023-02-02 0 0 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20230202
... 我先加载一个图集,然后执行销毁 Laya.loader.clearRes("res/atlas/mainTown.json"); 但内存并没回收,查看代码也执行了销毁过程,但内存就没没减下来。 还有个问题: 如果只是加载资源,不添加到显示对象上,内存是不是不好增加呀 ...
来源: Laya_社区 发布时间: 20170415
...,调用Laya.loader.clearRes(url)报错 然后整个游戏卡死 url=res/atlas/Mission.atlas Laya.loader.clearRes(url); (在调用这个方法前图集已加载完成) 附件 : --> 2018-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180815
...后得到的数据是空的 Laya.loader.load([ { url:"res/Bag_atlas0.png", type:Laya.Loader.IMAGE }, { url:"res/Bag_atlas0_1.png", type:Laya.Loader.IMAGE}, { url:"res/Bag.xml", type:Laya.Loader.BUFFER} ], Laya.Handler.create(this, this.onLoaded)); ...
来源: Laya_社区 发布时间: 20190726
...是也能显示! blackMan.json 是一个小黑人 ani not found: res/atlas/default/blackMan.json public static readonly BLACK_MAN = "res/atlas/default/blackMan.json"; this.aniTemp.loadAtlas(ResourcesManager.BLACK_MAN, null, ResourcesManager.BLACK_MAN); json 文件是 {"frames":{...
来源: Laya_社区 发布时间: 20170824
...ce(); })(); function loadResource(){ var resourceArray = [ { url:"res/atlas/comp.atlas" , type : Laya.Loader.ATLAS} ]; Laya.loader.load(resourceArray,Laya.Handler.create(null,loadResourceComplete)); } function loadResourceComplete() { Laya.stage.addChild(new LoginView()); } })(); feiguangf...
来源: Laya_社区 发布时间: 20180315
...问题 // 程序入口 Laya.init(800, 800); 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); let vhvt: ViewHeadViewTest = new ViewH...
来源: Laya_社区 发布时间: 20170822