大约有 290 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
... 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
加载页面问题 Loading页面进行预加载设置进度条,加载的数组存入url、type、cache进行缓存,然后运行后还是又加载了一遍,请问游戏中再加载时,需要设置其他的么 附件 : --> 2019-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20190817
...请问laya有没有类似翻页容器(pageView)的组件? 请问Laya.loader.load资源缓存在哪里?能不能把这个缓存目录里的资源加入NativeFile白名单? 请问在哪里可以找到js语言laya游戏的源码 layair 两点之间的距离api在哪里 IDE"代码模式"下,...
来源: Laya_社区 发布时间: 20190620