大约有 193 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0039 秒)
...址](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
...址](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
...址](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
...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
...时候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
...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
...按下就会报这个错 object has in SimpleSingletonList 有用到laya.physics3d.js这个库 附件 : --> 2020-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 dpapa 赞同来自: ttianlirui 、186*****645 2...
来源: Laya_社区 发布时间: 20200206
...IDE编辑模式,按F9,出现的对话框里面类库设置,把laya.physics3d勾上 吐槽一下官方文档,比cocos差太多了 2019-03-22 0 1 分享 微博 QZONE 微信 shiyang 赞同来自: 180*****628 物理库没导入 2019-03-20 1 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自...
来源: Laya_社区 发布时间: 20190317
...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
...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_TriggerAndCollisionEvent)) ```javascript /** * 当其他碰撞器进入绑定物体碰撞器时触发(子弹进入物品时) * 此处当触发器进入时将脚本的owner(所属节点)第...
来源: Laya2.0_文档 发布时间: 20210715