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

大约有 3,717 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0090 秒)

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

...rue); Laya.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) ...

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

502. args.slice is not a function [ 68%]

...gs):void { 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] 特殊情况:   ...

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

503. Laya.loader.load 加载场景报错 [ 68%]

... null, 1, 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.c...

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

504. 手机非谷歌浏览器,出现TypeError: Invalid value used as weak map key异常 [ 68%]

...现The AudioContext was not allowed to start. laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() FD 宏编译时 出现 试图访问该方法时...

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

505. Laya2.0引擎创建3d示例项目运行报错 [ 68%]

...对微信小游戏好友关系链实现方案 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 关于使用matterjs物理引擎鼠标问题 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就...

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

506. 发布web报错,can not read property "tagName" of null [ 68%]

...信小游戏,安卓设备加载场景黑屏 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数面数都有 头条/微信/OPPO/vivo/趣...

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

507. layaair2-cmd mac安装报错env: node\r: No such file or directory [ 68%]

...s not defined ide 2.4 layaair2-cmd 编译报错 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() Laya2.0 WebGl模式,使用 drawToCanvas 报...

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

508. [TMA][ERROR][RUNTIME] thirdScriptError undefined;at api readFile success callback function [ 68%]

...g launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 导微信小程序报错window.focus is not a funct...

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

509. TimeLine调用destroy报错&执行完成后回到起点 [ 68%]

...图片的x,y坐标变成了起始坐标   报错信息: .max.js:12479 Uncaught TypeError: Cannot read property 'length' of null at TimeLine.__proto._update (HMain.max.js:12479) at TimerHandler.__proto.run (HMain.max.js:9196) at Timer.__proto._update (HMain.max.js:8951) at Stage.__proto.render (...

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

510. laya.ui.js库引用不上,console.log报错ui is not defined [ 68%]

... 相关问题 ide 2.4 layaair2-cmd 编译报错 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined layaAir TS项目如何引用protoBuf库? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 用了第三方...

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