大约有 296 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
...片一直显示不出来,提示 lose skin imgui/btn_bg.png [warn]Retry to load: startui/startui/img_lingqushumiao.png [error]Failed to load: startui/startui/img_lingqushumiao.png 2017-07-19 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20170719
...取文件的话,你不用发送请求就可以,你可以直接用Laya.loader.load("http://192.168.1.21:90/Game_Config.xml",Handler.create(this,onLoadered)); public function onLoadered(data:*):void { trace("data:" + data); } 来完成文件的加载,在文件加载完会返回xml的内容信...
来源: Laya_社区 发布时间: 20161120
... Laya.stage.bgColor = "rgba(0,0,0,0.1)"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/apes.atlas", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个UI实例 var plan = new ui.TimeLineUI(); //添加到舞台 Laya.stage.addChild(plan); //播...
来源: Laya_社区 发布时间: 20190217
...动画销毁的问题,我大致复盘一下。 版本A: 1. new sk();sk.load("xx.sk",handler()); 2.销毁直接使用sk.destroy();sk=null; 这时在chorme上就能看到有内存泄漏,会多出来一个templet类型的数据,和官方大佬沟通之后产生了版本B。 版本B:1.new temp...
来源: Laya_社区 发布时间: 20201030
...页 I/LayaBox: found the file in the package:scripts/async.js I/LayaBox: loadApp:http://happiness.joyleafs.com/ncapi/client/app*/index.json I/LayaBox: setCachePath:/data/user/0/com.layabox.run.*//LayaCache//appCache/ read index:/data/user/0/com.layabox.run.*//LayaCache//appCache/da25d557/fil...
来源: Laya_社区 发布时间: 20210305
.../bin/undefined/undefined.json Request failed Status:0 text: [warn]Retry to load: undefined/undefined.scene Failed to load resource: net::ERR_FILE_NOT_FOUND [file:///H:/LayaAir/minGame1/cyjl/bin/undefined/undefined.json] 附件 : --> 2019-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190911
...,加载不了my_task.js这个文件,是为什么呢? [warn]Retry to load: D:/LayaBox/1219/bin/h5/my_task.js [error]Failed to load: D:/LayaBox/1219/bin/h5/my_task.js 2018-01-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180108
...请: 与内容相关的链接 提交 3 个回复 谷主 赞同来自: Laya.loader.load("xx", { propertyParams : { wrapModeU : Laya.WrapMode.Clamp, wrapModeV: Laya.WrapMode.Clamp } }) 2023-03-17 0 1 分享 微博 QZONE 微信 LayaAir3 赞同来自: 如果图片从网络下载是没法修改图...
来源: Laya_社区 发布时间: 20230316
关于loader加载Loader.JSON的一些问题 今天在处理本地JSON资源时,发现一个奇怪的问题: Laya.loader.load(resUrl, Laya.Handler.create(this, function (res) { //解析题目 log(res); //放置方块 }), null, Laya.Loader.JSON); } 代码运行到这老是报错,报错...
来源: Laya_社区 发布时间: 20200311
关于加载的问题 用Laya.loader.load加载JSON文件的时候,没有加载成功但还是返回成功的监听,结果就是用Laya.loader.getRes获取不到JSON数据 2018-02-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180211