• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,570 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)

241. 场景调用offAll会报错。 [ 72%]

场景调用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

242. 加载.lh文件报错 [ 72%]

加载.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

243. 分包项目, 加载js时报错 [ 71%]

分包项目, 加载js时报错 zip中, AA和BB是两个项目, AA调BB分包生成的JS,  AS为引擎文件夹,  这3个都在桌面上,  麻烦帮我查看一下, 为什么会报错:     Uncaught TypeError: Cannot read property 'View' of undefined     at eval (eval at __proto...

来源: Laya_社区 发布时间: 20170726

244. 微信小游戏 gameThirdScriptError events [ 71%]

微信小游戏 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

245. unity导出粒子特效laya加载报错。 [ 71%]

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

246. 小游戏子域程序加载到图集后,取图集内资源报错。 [ 71%]

小游戏子域程序加载到图集后,取图集内资源报错。 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

247. 滤镜怎么取消?会报错! [ 71%]

滤镜怎么取消?会报错! xxx.filters = null; 或者设为[ ] ,""都不行,第二次操作的时候就会报错! 2018-02-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 直接...

来源: Laya_社区 发布时间: 20180210

248. unity导出的场景,相机节点找不到,移动和属性设置都做不了 [ 71%]

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

249. 底层渲染报错,原因未知,偶现 [ 71%]

底层渲染报错,原因未知,偶现 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

250. 新版unity插件导出场景加载报错 [ 71%]

新版unity插件导出场景加载报错 laya 2.0 beta5 unity插件 导出场景预览报错,加载报错 Uncaught TypeError: Cannot read property '_vertexBuffers' of null at MeshRenderStaticBatchManager.__proto._compare (laya.d3.js:25390) at MeshRenderStaticBatchManager.__proto._partition (laya...

来源: Laya_社区 发布时间: 20181218