大约有 2,570 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0099 秒)
Laya.MiniAdpter.sendAtlasToOpenDataContext这个 接口 是不是qq小游戏是不可以使用的 Uncaught TypeError: Cannot read property 'sendAtlasToOpenDataContext' of undefined bundle.js:5872 Uncaught TypeError: Cannot read property 'sendAtlasToOpenDataContext' of undefined at bundle.js:5...
来源: Laya_社区 发布时间: 20191212
DOMException: The play() request was interrupted by a call to pause 太过频繁播放声音导致 /** 当前引擎版本。*/ public static var version:String = "1.7.8"; 附件 : --> src.zip 2017-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170815
XMLHttpRequest cannot load 生成的h5文件,在电脑上的浏览器上打开,就出现加载不出来…… 附件 : --> 2018-01-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 你这...
来源: Laya_社区 发布时间: 20180129
ProgressBar 代码问题 依照官网教程https://layaair.ldc.layabox.com/demo/?2d&UI&ProgressBar 使用会出现<<<TypeError: Cannot read property 'value' of undefined>>> 我的代码为按钮点击后 出现popup并且模拟进度条加载 按钮代码: this.testLoadi...
来源: Laya_社区 发布时间: 20180524
LayaAirIDE 2.0beta5打开编辑模式出错 出错啦,请把此信息截图给研发商 Uncaught TypeError: Cannot read property 'firstInit' of undefined TypeError: Cannot read property 'firstInit' of undefined at EventDispatcher.SharedIFrameUIViewerScene._initRenderAfterComplete (file:///A...
来源: Laya_社区 发布时间: 20181130
我照的列子做,Protobuf,结果报错! demo:http://layaair.ldc.layabox.com ... uffer ts code: ============================================================ class Game{ private ProtoBuf:any = Browser.window.dcodeIO.ProtoBuf; ... } err code: =============================...
来源: Laya_社区 发布时间: 20170222
LayaPlayer android下layabox调用Laya.Texture2D.load报错 看源码是WebGL.mainContext为空,请问会是配置问题,还是某种支持问题吗? (PS:: h5浏览器运行是正常的) 报错堆栈: 02-06 14:59:43.858 6545 6658 I LayaBox : alert=http://10.0.1.72/game/dev-loca ... 566...
来源: Laya_社区 发布时间: 20180206
[LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 之前使用2.1.0发现会有crash的bug: https://ask.layabox.com/question/43832 官方建议升级引擎,于是下了最新的beta4测试了一下demo, 可是还是会crash,只是crash的堆栈...
来源: Laya_社区 发布时间: 20190829
WX小游戏声音_audio报错问题 版本 1.7.19 本想复用 : =11.3ptLaya.SoundChannel 奈何在微信中 , 报错 VM6099:1 gameThirdScriptError Cannot read property 'play' of null TypeError: Cannot read property 'play' of null at MiniSoundChannel.__proto.play (http://127.0.0.1:24812/game...
来源: Laya_社区 发布时间: 20181122
加载时间轴动画报错 代码如下: this.ani = new Laya.Animation(); this.ani.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe)); function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); } 运行时报 TypeError:Can...
来源: Laya_社区 发布时间: 20171028