大约有 3,469 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0061 秒)
...ports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound =...
来源: Laya_社区 发布时间: 20190115
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 启动引擎报错 mPlugin.game_plugin_init(3); 微信小游戏编译报错 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 Laya2.0 WebGl模式,使用 drawToCanv...
来源: Laya_社区 发布时间: 20190401
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined ide 2.4 layaair2-cmd 编译报错 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检...
来源: Laya_社区 发布时间: 20180227
...ns 赞同来自: 又一个GITHUB上的相关信息: Some implementations of HTMLCanvasElement's CanvasRenderingContext2D store color values internally in premultiplied form. If such a canvas is uploaded to a WebGL texture with the UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel storage parameter set to false...
来源: Laya_社区 发布时间: 20180414
...: laya.webgl.js:5713 Uncaught TypeError: Cannot read property '_targets' of null at WebGLContext2D.__proto.drawCanvas (laya.webgl.js:5713) at RenderContext.__proto.drawCanvas (laya.core.js:5822) at RenderSprite3D.__proto._canvas (laya.core.js:6219) at Sprite.__proto.render (laya.core.js:15680) at ...
来源: Laya_社区 发布时间: 20181016
...使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2019-06-03 11:34 浏览: 879 关注: 1 人
来源: Laya_社区 发布时间: 20190603
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正常 Animation 的createFrames 使用已经加...
来源: Laya_社区 发布时间: 20180307
... this._addInputPosition; if (data) { if (typeof (data) == 'string') { this._input.writeUTFBytes(data); } else { this._input.writeArrayBuffer(data); } this._addInputPosi...
来源: Laya_社区 发布时间: 20220822
...使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2018-06-22 10:48 浏览: 1589 关注: 2 人 MinG • 2018-06-22 09:32 升级解压软件后不能解决 MinG • 2018-06-22 09:34 解压文件出错才是解压软件的问题...
来源: Laya_社区 发布时间: 20180621
...pe_box = new Laya.BoxColliderShape(2.5, 0.8, 0.8); collider_shape_box.localOffset.x = -0.5; let collider_shape:Laya.CompoundColliderShape = new Laya.CompoundColliderShape(); collider_shape.addChildShape(collider_shape_box); character.colliderShape = collider_shape; <<<<<&...
来源: Laya_社区 发布时间: 20210101