大约有 75 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
Laya.load在OPPO小游戏端无法加载带有不安全字符的图片网址 网址可以用https://lupic.cdn.bcebos.com/20191130/2004988837%2320.jpg 这个测试,使用的是OPPO官方调试器3.4.9版本,Laya引擎版本是2.7.3,不传demo了,就下面几行代码就能找到错误 let _u...
来源: Laya_社区 发布时间: 20200922
worker的问题 我为了解决播放图集动画时进行其他操作卡顿的问题,想用worker来播放图集动画,我按照文档里的方法写了一个js文件,在AS3脚本里加入 var worker:* = new Browser.window.Worker("my_task.js"); 执行时总是报错,加载不了my_task.js...
来源: Laya_社区 发布时间: 20180108
如何从代码中创建UI,progressbar 我想从代码中创建ProgressBar 1.我直接从图集中,设置skin,会报错 var progressBar=new ProgressBar(); progressBar.skin="commonUI/anniu05a.png" progressBar.pos(100,100); progressBar.value=0.5; Laya.stage.addChild(progressBar); 后台: Failed t...
来源: Laya_社区 发布时间: 20160729
调试正常但发布后,index.html在浏览器打开出现跨源受限的问题 Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core.min.js:6 [warn]Retry to load: E:/laya/laya...
来源: Laya_社区 发布时间: 20170315
src/LayaSample.ts(513,21): error TS2694: Namespace 'ui' has no exported member 'ComponentDemoUI'. src/LayaSample.ts(513,21): error TS2694: Namespace 'ui' has no exported member 'ComponentDemoUI'. 2018-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20180620
IDE相关问题 关于图集和配置文件(json || atlas)的问题 很对零散的图片(或动作图集),都需要生成图集和配置文件放到项目用这里能理解 问题是 1.json和atlas的区别,什么情况下用哪个? 2.为什么不把图集和配置文件(json||atla...
来源: Laya_社区 发布时间: 20180626
最新的ResourceVersion发布以后加载的url不正确 一个工程在IDE下直接播放是可以运行的。 我使用最新的ResourceVersion,在资源后增加了Hash后缀,比如某个文件发布后: release\web\res\atlas\ui\sharedcp094faf36.png 加上了094faf36的后缀 然后...
来源: Laya_社区 发布时间: 20180115
谁能提供一份.fnt资源吗,万分感谢 2017-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 shimp 赞同来自: 提供一份.fnt内容格式也可以,谢谢! 我这个使用不了{"file":"st...
来源: Laya_社区 发布时间: 20170830
将字节数组转为图片 flash air端将图片通过ByteArray保存为字节数组,并存为img.byte layaAir端加载了img.byte文件后如何还原为图片?flash端的loader有个loadBytes方法可以加载字节数组,但是layaAir端没有相关方法实现 2017-04-17 添加评论 免...
来源: Laya_社区 发布时间: 20170417
JavaScript heap out of memory,ide编译不了代码 编译时输出控制台出现以下报错,编译不了代码 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory <--- Last few GCs ---> [8912:005A00C8] 319470 ms: Mark-sweep 982.8 (1183.0) ->...
来源: Laya_社区 发布时间: 20191225