大约有 2,572 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
场景调用offAll会报错。 代码: scene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene); scene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene); scene = new Scene(); Laya.stage.addChild(scene); Laya.stage.remo...
来源: Laya_社区 发布时间: 20180913
加载.lh文件报错 Uncaught TypeError: Cannot read property 'props' of undefined at Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:15158) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:15252) at EventHandler.__proto.runWith (laya.core.js:1126) at Loader.__proto.event (laya.core.js...
来源: Laya_社区 发布时间: 20181015
分包项目, 加载js时报错 zip中, AA和BB是两个项目, AA调BB分包生成的JS, AS为引擎文件夹, 这3个都在桌面上, 麻烦帮我查看一下, 为什么会报错: Uncaught TypeError: Cannot read property 'View' of undefined at eval (eval at __proto...
来源: Laya_社区 发布时间: 20170726
微信小游戏 gameThirdScriptError events (unknown) gameThirdScriptError Cannot read property 'events' of undefined TypeError: Cannot read property 'events' of undefined at Function.EventDispatcher.__init$ (http://127.0.0.1:52880/game/code.js:630:29) at http://127.0.0.1:52880/game/cod...
来源: Laya_社区 发布时间: 20180504
unity导出粒子特效laya加载报错。 版本2.1.0 插件也是2.1.0. laya.d3.js:1870 Uncaught TypeError: Cannot read property 'path' of undefined at Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:1870) at Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:1917...
来源: Laya_社区 发布时间: 20190803
spine转换工具转换失败,报错 cannot read proterty 'skeleton' of undefined 附件 : --> Color_page01.zip Color_page02.zip Color_page03.zip 2020-03-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 ...
来源: Laya_社区 发布时间: 20200305
小游戏子域程序加载到图集后,取图集内资源报错。 MsgMgr.instance.init(); Laya.timer.once(1000,this,function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void ...
来源: Laya_社区 发布时间: 20180830
滤镜怎么取消?会报错! xxx.filters = null; 或者设为[ ] ,""都不行,第二次操作的时候就会报错! 2018-02-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 直接...
来源: Laya_社区 发布时间: 20180210
unity导出的场景,相机节点找不到,移动和属性设置都做不了 var scene:Scene=Scene.load("LayaScene_Main/Main.ls"); Laya.stage.addChild(scene); camera = Laya.stage.getChildByName("Main Camera") as Camera; ....... camera.viewportPointToRay(point, ray); 提示错误:Cannot read ...
来源: 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 _...
来源: Laya_社区 发布时间: 20230714