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

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

271. 加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function [ 70%]

加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function 使用编辑器2.13.1或2.13.2创建官方的3d demo项目,并在进入的场景中增加一个碰撞体,使用官方的测试app进入时,就无法进入了。并且界面上和控制台都有报错。 alert=...

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

272. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 70%]

...代码 :Laya.timer.loop(20, this, this.frameWork);报错,”Uncaught TypeError: Cannot read property 'loop' of null“ 希望各位大佬帮忙看下,本人初学菜鸟,实在是不知道哪里有问题,多谢多谢! 2020-02-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

273. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 70%]

[Error] TypeError: null is not an object (evaluating 'this._style._tf') 请问这个怎么解决? Safari , Chrome 同样有这个问题 [Error] TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlo...

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

274. 导入缩放过带有MeshCollide时出错,Cannot read property 'setLocalScaling' of undefined [ 70%]

...d property 'setLocalScaling' of undefined 求助,如何处理  Uncaught TypeError: Cannot read property 'setLocalScaling' of undefined     at MeshColliderShape.__proto._setScale (laya.d3.js:23983)     at PhysicsCollider.__proto._onScaleChange (laya.d3.js:21429)     at PhysicsCollider.__prot...

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

275. 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() [ 70%]

...可能出现不一致的编译错误 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 打包出来后的APP打开加载速度过慢,...

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

276. args.slice is not a function [ 70%]

...{ var arr2:Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: undefined is not a function) trace(arr2.toString()); }兼容H5写法:public function funArgs(...args:Array):void{ var arr2:Array = args.slice(); trace(arr2.toString()); } 特殊情况:如果args不是唯一的参...

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

277. 从Unity导出场景时,多通道UV会导致错误:Uncaught Error: LoadModelV03: unknown vertexDeclaration. [ 70%]

... Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 unity中的模型导出后在laya中显示不正常 laya2的Scene默认是文件模式,不...

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

278. 2.0版本的子域还需要初始化MiniAdpter吗? [ 69%]

...a.init(640,1136); 这样初始化,在opendata工程里会报错 Uncaught TypeError: Cannot read property 'init' of undefined at new Main (Main.ts:11) at Object.1../views/Rank (layaMaxUI.ts:1) at o (_prelude.js:11) at r (_prelude.js:11) at _prelude.js:11 at require (WAGameSubContext.js:3) at WAGame...

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

279. args.slice is not a function [ 69%]

...{ var arr2:Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: args.slice is not a function) trace(arr2.toString()); }[/i]  兼容H5写法:[i]public function funArgs(...args:Array):void { var arr2:Array = args.slice(); trace(arr2.toString()); } [/i] 特殊情况:    如果a...

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

280. Laya.loader.load 加载场景报错 [ 69%]

... true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent is not a function at Stage.__proto.addChild (laya.core.js:13290) at Main.<anonymous> (Main.ts:148) at EventHandler.__proto.runWith (laya.core.js:1399) at ResInfo.__proto.event (laya.core.js:11...

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