大约有 859 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0048 秒)
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2017-05-11 20:29 浏览: 1895 关注: 2 人 v_xchen_v • 2017-05-16 23:27 谢谢,可以使用了。 轻狂书生杀 • 2018-06-01 10:46 <script src='libs/matter.js' loader...
来源: Laya_社区 发布时间: 20170511
...ayaSample, args: undefined} >>bomb: MovieClips {frames: 0, callback: null, _isRemove: false, _group: null, _start: 384…} Texture {offsetX: 0, offsetY: 0, sourceWidth: 232, sourceHeight: 176, _w: 232…} ==================test================ >>getMovieClipAtlas: res/swf/bomb.swf true F...
来源: Laya_社区 发布时间: 20170523
...了这个问题 Texture2D.load("res/env/mountain1_3.png", Handler.create(null, function(tex:Texture2D):void { menu_sprite_jian.graphics.drawTexture(tex,0,0); }));这样然后无法drawtexture报同样的错误 但是这个type要如何加上去呢?是...
来源: Laya_社区 发布时间: 20190508
...y(point, ray); 提示错误:Cannot read property 'viewportPointToRay' of null" 附件 : --> H5Dev.rar 2018-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367261 赞同来自: 你需要把你的camera...
来源: Laya_社区 发布时间: 20180415
...,原因未知,偶现 TypeError: Cannot read property '_getSource' of null at Context.drawTriangles (laya.core-56a0e.js:1:260080) at DrawTrianglesCmd.run (laya.core-56a0e.js:1:288118 at Graphics._renderAll (laya.core-56a0e.js:1:300421) at RenderSprite.transform_drawLayaGL [as _fun] (laya.core-56a...
来源: Laya_社区 发布时间: 20230714
...加载报错 Uncaught TypeError: Cannot read property '_vertexBuffers' of null at MeshRenderStaticBatchManager.__proto._compare (laya.d3.js:25390) at MeshRenderStaticBatchManager.__proto._partition (laya.d3.js:6497) at MeshRenderStaticBatchManager.__proto._quickSort (laya.d3.js:6520) at MeshRenderSt...
来源: Laya_社区 发布时间: 20181218
...xpressions and declarations with an implied 'any' type. */ // "strictNullChecks": true, /* Enable strict null checks. */ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ // "strictPropertyInitialization": true, /*...
来源: Laya_社区 发布时间: 20190408
...不用处理了。 Laya.loader.load("res/aaa.scene", Laya.Handler.create(null, (content)=>{console.log(content)})); Laya.loader.load("res/bbb.json", Laya.Handler.create(null, (content)=>{console.log(content)})); 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...
来源: Laya_社区 发布时间: 20190425
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 Animation 的createFrames 使用已经加载的图集缓存动画失败 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 小游戏项目 加载有中文的json文件 报...
来源: Laya_社区 发布时间: 20171228
...注意:不缓存 然而它的实现调用的是 Laya.loader.create(url, null, null, Scene); 但是create的第7个参数,cache默认是true。 也就是说Laya.Scene.load的注释不太对。 不知道是不是这个原因,请官方答疑。 2018-09-07 0 0 分享 微博 QZONE 微信 古 赞...
来源: Laya_社区 发布时间: 20180907