大约有 2,738 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0241 秒)
Laya_社区(1923) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
Cannot read property '_physicsUpdateList' of null 错误 添加 var collider = ball.addComponent(Laya.PhysicsCollider) 添加碰撞以后 再销毁 destroy这个对象的时候 就出错了 Uncaught TypeError: Cannot read property '_physicsUpdateList' of null at PhysicsCollider.__proto._o...
来源: Laya_社区 发布时间: 20190415
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 2016-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20161011
...//输出//////////////////////////////// console.log("url:"+url); content==null?console.log("content null"):console.log("content not null"); //输出//////////////////////////////// if (content==null){ var errorCount=this._failRes[url] || 0; if (errorCount < this.retryNum){ console.warn("[warn]Re...
来源: Laya_社区 发布时间: 20200429
...(int)width, (int)height, "UTF-8", "H", "1", Color.BLACK, Color.WHITE); if (null != bitmap) { String base64OfBitmap = bitmapToBase64(bitmap); if (null != base64OfBitmap) { base64OfBitmap.replace("\n", ""); return base64OfBitmap; } } return ""; }@Nullable public static Bitmap createQRCodeBitmap(String...
来源: Laya_社区 发布时间: 20200729
...ds Show Inherited Public Methods MethodDefined By Socket(host:String = null, port:int = 0, byteClass:Class = null, protocols:Array = null) 创建新的 Socket 对象。默认字节序为 Socket.BIG_ENDIAN 。若未指定参数,将创建一个最初处于断开状态的套接字。若指定了...
来源: Laya2.0_api 发布时间: 20190513
...eta 运行protobuf的例子,报错“cannot read property ‘create’of null” 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ilovelaya 赞同来自: index里面两个文件也是引入了的,不...
来源: Laya_社区 发布时间: 20170804
...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 ConeShapeProtected Methods MethodDefined By _getShapeBoundBox(boundBox:BoundBox):void[override] ConeShape _getSpeedBoundB...
来源: laya_api 发布时间: 20170929
...eratePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 ConeShapeProtected Methods MethodDefined By _getShapeBoundBox(boundBox:BoundBox):void[override] ConeShape _getSpeedBoundB...
来源: Laya2.0_api 发布时间: 20190513
...ya.core.js:29156 Uncaught TypeError: Cannot read property 'borderColor' of null 1.执行切换图片做动画的时候报错如图所示; 附件 : --> 2019-09-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 La...
来源: Laya_社区 发布时间: 20190906
laya2.9版本,脚本如何正确添加,现在报错“on”of null 如图截图给研发商,一个新项目,建了一个场景,用了2d物理 ,不添加脚本可以运行,添加了脚本之后就提示这个。 这个on是绑定点击事件的。 附件 : --> demo.zip 2020-12-30 添...
来源: Laya_社区 发布时间: 20201230