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

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

161. js预加载声音报错 [ 66%]

...d(slot_sound_res, Laya.Loader.SOUND, Handler.create(this, onSoundProgress, null, false)); //游戏资源加载进度函数 function onSoundProgress(pro) { console.log("sound" + pro); } 这样写哪里错了? 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

162. [LayaAir3]嵌套预制体加载后布局错误 [ 66%]

...相对布局无法设置为空(意图IDE不勾选或强制代码设置为null都是不允许的,也无用),会以预制体内的相对布局为准。   但是,如果场景里修改了相对布局的值,会以场景上的设置为准。例如预制体的top设置为了10,场景在使...

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

163. LayaNative 0.9.6启动时报错 [ 66%]

....ao.<init>(android.content.Context, layaair.game.conch.LayaConch5) ((null):-1) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void layaair.game.conch.LayaConch5.InitView() ((null):-1) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void ...

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

164. 关于3D场景资源释放问题 [ 66%]

...加载,会报错。Uncaught TypeError: Cannot read property 'visible' of null 附件是一个实例。 附件 : --> TestTriFaces.zip 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达...

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

165. Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent [ 66%]

...Collider(this);     }     _parse(data) {         (data.friction != null) && (this.friction = data.friction);         (data.rollingFriction != null) && (this.rollingFriction = data.rollingFriction);         (data.restitution != null) && (this.restitution = data...

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

166. Socket连接不上(已解决) [ 66%]

...     }                  private function checkSocket(e:* = null):void{             txt.text = socket.connected ? "Now connect" : "Not conect";         }                  private function onSocketOpen(e:*=null):void         {             txt.t...

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

167. 2.0 beta3 物理 DestroyJoint 报错 [ 66%]

...List = a.m_edgeA.next);         a.m_edgeA && (a.m_edgeA.prev = null);         a.m_edgeA && (a.m_edgeA.next = null);         a.m_edgeB && a.m_edgeB.prev && (a.m_edgeB.prev.next = a.m_edgeB.next);         a.m_edgeB && a.m_edgeB.next && (a...

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

168. 小游戏子域程序加载到图集后,取图集内资源报错。 [ 66%]

...测试了,报这个md5的错,咋回事。Cannot read property 'md5' of null;at api request success callback function TypeError: Cannot read property 'md5' of null Charles • 2018-08-31 16:44 @Laya_XS:原来报错不影响进游戏,现在黑屏了。

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

169. Laya.loader加载BUG [ 66%]

...,源码里这一步会的url为“”的时候,会执行this.onLoaded(null)这一步_ _proto.load=function(url,type,cache,group,ignoreCache,useWorkerLoader){         (cache===void 0)&& (cache=true);         (ignoreCache===void 0)&& (ignoreCache=false);      ...

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

170. 2.0.0类库,camera关闭遮挡剔除会报错 [ 66%]

...ra,this,context,this._renders); }else { FrustumCulling.renderObjectCulling(null,this,context,this._renders); } 而被调用的函数中又直接用到了camera中的变量,传入null的就会报错

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