大约有 848 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
...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
...相对布局无法设置为空(意图IDE不勾选或强制代码设置为null都是不允许的,也无用),会以预制体内的相对布局为准。 但是,如果场景里修改了相对布局的值,会以场景上的设置为准。例如预制体的top设置为了10,场景在使...
来源: Laya_社区 发布时间: 20231221
....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
...加载,会报错。Uncaught TypeError: Cannot read property 'visible' of null 附件是一个实例。 附件 : --> TestTriFaces.zip 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达...
来源: Laya_社区 发布时间: 20170911
...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
... } private function checkSocket(e:* = null):void{ txt.text = socket.connected ? "Now connect" : "Not conect"; } private function onSocketOpen(e:*=null):void { txt.t...
来源: Laya_社区 发布时间: 20170209
...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
...测试了,报这个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
...,源码里这一步会的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
...ra,this,context,this._renders); }else { FrustumCulling.renderObjectCulling(null,this,context,this._renders); } 而被调用的函数中又直接用到了camera中的变量,传入null的就会报错
来源: Laya_社区 发布时间: 20190322