• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 296 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)

71. 引擎库 编译报错 能不能解决一下 不用我们每次更新库的时候 都手动改一下 [ 65%]

...片一直显示不出来,提示 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

72. 关于如何解析远程.xml文件的问题 [ 65%]

...取文件的话,你不用发送请求就可以,你可以直接用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

73. TimeLineUI不存在的问题 [ 64%]

... 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

74. Skeleton动画销毁内存泄漏 [ 64%]

...动画销毁的问题,我大致复盘一下。 版本A: 1. new sk();sk.load("xx.sk",handler()); 2.销毁直接使用sk.destroy();sk=null; 这时在chorme上就能看到有内存泄漏,会多出来一个templet类型的数据,和官方大佬沟通之后产生了版本B。 版本B:1.new temp...

来源: Laya_社区 发布时间: 20201030

75. laya2.8.0IDE工具中打安卓包(LayaNative版本相同),无法加载游戏启动 [ 64%]

... 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

76. layaBox2.2中这个错误怎解决或者怎么忽略不报这个错误 [ 64%]

.../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

77. worker的问题 [ 63%]

...,加载不了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

78. Laya3.0 图片拼合缩放会导致两张图片之间有一条横线[已解决] [ 63%]

...请: 与内容相关的链接 提交 3 个回复 谷主 赞同来自: Laya.loader.load("xx", {  propertyParams : { wrapModeU : Laya.WrapMode.Clamp, wrapModeV: Laya.WrapMode.Clamp } }) 2023-03-17 0 1 分享 微博 QZONE 微信 LayaAir3 赞同来自: 如果图片从网络下载是没法修改图...

来源: Laya_社区 发布时间: 20230316

79. 关于loader加载Loader.JSON的一些问题 [ 63%]

关于loader加载Loader.JSON的一些问题 今天在处理本地JSON资源时,发现一个奇怪的问题: Laya.loader.load(resUrl, Laya.Handler.create(this, function (res) { //解析题目 log(res);   //放置方块 }), null, Laya.Loader.JSON); }   代码运行到这老是报错,报错...

来源: Laya_社区 发布时间: 20200311

80. 关于加载的问题 [ 63%]

关于加载的问题 用Laya.loader.load加载JSON文件的时候,没有加载成功但还是返回成功的监听,结果就是用Laya.loader.getRes获取不到JSON数据 2018-02-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

来源: Laya_社区 发布时间: 20180211