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

大约有 847 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0045 秒)

171. 微信小游戏报错 [ 66%]

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

172. 射线检测报错,outHitInfo.sprite3D=null; [ 65%]

射线检测报错,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

173. 如何把加载好的二进制数据转成Texture? [ 65%]

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

174. destroy 报错问题求解 [ 65%]

...回复 cuixueying 赞同来自: 你自己判断下该显示对象是否为null就可以了,如果为null,表示已经destroy,否则重新调以下destroy! 2017-07-06 0 0 分享 微博 QZONE 微信 jonathang4 赞同来自: 是说TimeLine作用的显示对象已经被销毁了导致的?而...

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

175. 自定义渲染 添加任意 uniform值后, 报错解决。 [ 65%]

...,报错 __proto.upload里报错解决 ((value=shaderValue[one.name])!==null) 后加一个判断((value=shaderValue[one.name])!==undefined)     附件 : --> 2018-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

176. Laya2.0物理引擎掉帧严重 [ 65%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2019-02-28 14:26 浏览: 1431 关注: 2 人

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

177. 粒子编辑器黑屏 [ 65%]

...截图给研发商 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

178. UI嵌套的该怎么调用? [ 65%]

...用时,visible属性也为空,嵌套UI的内容也无法调用,都报null,该设置什么呢? 2017-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不是很明白你的意...

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

179. TS加载位图报错求大神解决 [ 65%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 LayaAir 库文件加载速度慢 问题状态 最新活动: 2018-08-09 21:02 浏览: 756 关注: 2 人 189*****540 • 2...

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

180. 为啥我在批量removeself 会报错卡死 [ 65%]

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