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

大约有 3,140 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0070 秒)

281. unity导出模型在laya加载报错 [ 69%]

...已邀请: 与内容相关的链接 提交 1 个回复 Wheat 赞同来自: TypeError: Cannot read property 'props' of undefined preload.js:55 at Function.Laya3D._getSprite3DHierarchyInnerUrls (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/laya.d3.js:17679:17)   at Loader.Laya3D....

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

282. [LayaAir3]unknown script 'NavHelper.getNavMeshData' [ 69%]

...tNavMeshData' at /D:/laya/LayaAirIDE/resources/app.asar/game.js:2       TypeError: Cannot read properties of undefined (reading 'agents') at /D:/laya/LayaAirIDE/resources/app.asar/feature-pack.editor.js:1     TypeError: Cannot read properties of undefined (reading 'agents') at /D:/laya/LayaAirI...

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

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

...{ 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

284. Laya2.0 3D刚体获取不了totalForce [ 69%]

...a2.0 3D刚体获取不了totalForce 调试中totalForce和totalTorque都是TypeError,而我现在迫切需要这两个字段。。 附件 : --> ForceTest.zip 2019-06-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...

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

285. Laya 3.0 在场景里拖动报move nan 拖动的物体不见了,只能在属性哪里改变xyz [ 69%]

...2ed9838d4cf: Error: unknown runtime '7bad1742-6eed-4d8d-81c0-501dc5bf03d6',TypeError: cls is not a constructor     [Game] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_is3D') 2023-03-16 0 1 分享 微博 QZONE 微信 蓝色de 赞同来自: 你运行Scene1这个没...

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

286. 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

287. 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

288. 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

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

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

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

290. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 68%]

示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...

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