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

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

171. 物理射线检测(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 52%]

...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_RayShapeCast)); ```typescript this.hitResult = new Laya.HitResult(); this.hitResults= []; //是否穿透 if (this.castAll) { //进行射线检测,检测所有碰撞的物体 this.scene.physicsSi...

来源: Laya2.0_文档 发布时间: 20210715

172. 物理射线检测(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 51%]

...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_RayShapeCast)); ```typescript var hitResult:Laya.HitResult = new Laya.HitResult(); var hitResults = []; //是否穿透 if (this.castAll) { //进行射线检测,检测所有碰撞的物体 this.s...

来源: Laya2.0_文档 发布时间: 20210715

173. 物理射线检测(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 51%]

...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_RayShapeCast)); ```typescript var hitResult:HitResult = new HitResult(); var hitResults:Vector. = new Vector.(); //是否穿透 if (castAll) { //进行射线检测,检测所有碰撞的物体 sc...

来源: Laya2.0_文档 发布时间: 20210715

174. 2.1.1版加了3D物理引擎库后创建3个scene3D就报错 [ 51%]

...3D物理引擎库后创建3个scene3D就报错 报错信息如下: laya.physics3D.js:308 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value 16777216, (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing ...

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

175. fatal error: 'string' file not found [ 51%]

...时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D,要怎么解决呀 uncaught error: laya3d: unknown mesh version 问题状态 最新活动: 2019-07-31 16:17 浏览: 783 关注: 4 人 鹏鴥的fly • 2019-07-31 18:28 谢谢大佬,按你说的改后解决了 hellow...

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

176. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 51%]

...s.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function Uncaught TypeError: Cannot read property 'props' of undefined 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function LayaAir新建3D示例项目,在as开发模式下,运...

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

177. 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList [ 50%]

...按下就会报这个错 object has in SimpleSingletonList 有用到laya.physics3d.js这个库 附件 : --> 2020-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 dpapa 赞同来自: ttianlirui 、186*****645 2...

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

178. 2.0.1beta的导入unity导出的场景出错 [ 50%]

...IDE编辑模式,按F9,出现的对话框里面类库设置,把laya.physics3d勾上   吐槽一下官方文档,比cocos差太多了 2019-03-22 0 1 分享 微博 QZONE 微信 shiyang 赞同来自: 180*****628 物理库没导入 2019-03-20 1 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自...

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

179. this.bitmap.activeResource is not a function [ 50%]

...s.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function Uncaught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function 用微信开发者调试的时候出现document.createTextNode is not a ...

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

180. 物理碰撞脚本和触发器脚本(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 50%]

...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_TriggerAndCollisionEvent)) ```javascript /** * 当其他碰撞器进入绑定物体碰撞器时触发(子弹进入物品时) * 此处当触发器进入时将脚本的owner(所属节点)第...

来源: Laya2.0_文档 发布时间: 20210715