大约有 166 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0057 秒)
touches一直为undefined Laya.stage.on(Laya.Event.MOUSE_DOWN, this, onCtrlMoveRockerTouchDown); ...... function onCtrlMoveRockerTouchDown(e) { console.log("onCtrlMoveRockerTouchDown()"); var touches = e.touches; if(touches) { ...取出前两个touch进行计算 } }...
来源: Laya_社区 发布时间: 20171202
Cannot set property 'xxxxxx' of undefined 的问题 派生类明明新增加的成员变量,访问的时候说没有定义。 SharkItOffData类派生于GameDataBase基类,ShareItOffController派生于UiControl的基类,UiControl里有public data :GameDataBase;变量。在ShareItOffController...
来源: Laya_社区 发布时间: 20180327
Property 'BoxMesh' does not exist on type 'typeof Laya' 官方文档:https://ldc2.layabox.com/doc/?nav=zh-ts-4-0-0 // 添加自定义模型 var box:Laya.MeshSprite3D = new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1));运行报错Property 'BoxMesh' does not exist on type 'typeof Lay...
来源: Laya_社区 发布时间: 20190301
使用laya.Animation() 报错:Cannot set property 'roleAni' of undefined 附件 : --> 2019-02-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 蓝色星辰 赞同来自: 这是什么情况呢?我是按照官...
来源: Laya_社区 发布时间: 20190219
Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。 进入游戏后从登入场...
来源: Laya_社区 发布时间: 20190905
播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 __proto._tryClearBuffer=function(sourceNode){ // if (!Browser.onMac){ // try{ // sourceNode.buffer=null; // }catch (e){ // WebAudioSoundChannel._tryCleanFailed=true; // } // return; // } try {sourceNode.buf...
来源: Laya_社区 发布时间: 20180914
property 'laya3d' does not exist on type 'typeof laya' 2017-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 问题描述不明确,请详细描述下重现步骤! 2017-05-11 0 0 ...
来源: Laya_社区 发布时间: 20170511
XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. XmlDom没有了吗?要用哪个类? 我只找到原生的XMLDocument,可是报错 Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?let local_confi...
来源: Laya_社区 发布时间: 20190401
TimeLine调用destroy报错&执行完成后回到起点 使用的是官方的TimeLine demo 问题1:如果在onComplete中调用destroy报错 问题2【用法问题请无视】:如果注释掉“turnUp”, 在动画执行完成后, 图片的x,y坐标变成了起始坐标 报错信...
来源: Laya_社区 发布时间: 20170327
请问在layaIDE里,怎么调用微信小程序API 我写了 wx.***,他不认识啊。并且编译也不过啊。 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 雨送黄昏 赞同来自: 晖 、...
来源: Laya_社区 发布时间: 20180426