大约有 848 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0045 秒)
...ating 'measureResult.width');at socketTask.onmessage callback function 2、null is not an object (evaluating 'this._audio.play');at audioContext.onended callback function 3、Cannot read property 'play' of null;at audioContext.onended callback function 2、3应该是一样的 layaide 版本 1.7.16 ...
来源: Laya_社区 发布时间: 20180728
射线检测报错,outHitInfo.sprite3D=null; 代码: class SceneScript extends Laya.Script{ private ray : Laya.Ray; private hit: Laya.RaycastHit; private phasorSprite3D:Laya.PhasorSpriter3D; private camera : Laya.Camera; private scene: Laya.Scene; public _load(owner : any):void{ this.scene ...
来源: Laya_社区 发布时间: 20181020
...etTimeout(() => { // res.source.dispose(); // }, 1000); // res.source = null;//texture 也存有引用 并不会释放 res.bin = null; // createFrames? let len = imgInfoList.length; for (let i = 0; i < len; i++) { let image: ImageInfo = imgInfoList[i]; image.texture = Texture.create(res.textur...
来源: Laya_社区 发布时间: 20170502
...回复 cuixueying 赞同来自: 你自己判断下该显示对象是否为null就可以了,如果为null,表示已经destroy,否则重新调以下destroy! 2017-07-06 0 0 分享 微博 QZONE 微信 jonathang4 赞同来自: 是说TimeLine作用的显示对象已经被销毁了导致的?而...
来源: Laya_社区 发布时间: 20170706
...,报错 __proto.upload里报错解决 ((value=shaderValue[one.name])!==null) 后加一个判断((value=shaderValue[one.name])!==undefined) 附件 : --> 2018-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20181123
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2019-02-28 14:26 浏览: 1431 关注: 2 人
来源: Laya_社区 发布时间: 20190228
...截图给研发商 Uncaught TypeError: Cannot read property 'addChild' of null TypeError: Cannot read property 'addChild' of null at Function.ViewRenderManager.show (file:///E:/LayaAirIDE_1.7.10_beta/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:15196:27) at ParticleScene.__pro...
来源: Laya_社区 发布时间: 20170908
...用时,visible属性也为空,嵌套UI的内容也无法调用,都报null,该设置什么呢? 2017-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不是很明白你的意...
来源: Laya_社区 发布时间: 20170309
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 LayaAir 库文件加载速度慢 问题状态 最新活动: 2018-08-09 21:02 浏览: 756 关注: 2 人 189*****540 • 2...
来源: Laya_社区 发布时间: 20180809
...leY = 1; this.alpha = 1; this.pos(0,0); this.filters = []; if(selectImg != null) { selectImg.removeSelf(); } this.mouseEnabled = true; if(this.visible == false) { this.visible = true; } super.removeSelf(); if(itemCountTx != null) { itemCountTx.removeSelf(); } return this; } 2017-11-29 添加评...
来源: Laya_社区 发布时间: 20171129