大约有 11 项符合查询结果, 库内数据总量为 30,934 项。 (搜索耗时: 0.0023 秒)
Laya2.6.1 LayaNative 物理系统physicsSimulation.shapeCast调用奔溃 物理系统physicsSimulation.shapeCast调用后应用奔溃,例子使用的是之前的分组异常BUG所使用的例子,库已经更新为2.6.1 附件 : --> myLaya.zip 2020-05-09 添加评论 免费帖 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20200509
Laya2.6.0 LayaNative IOS物理系统physicsSimulation.shapeCast调用奔溃 使用Laya2.6.0 LayaNative2导出IOS包,真机测试在调用physicsSimulation.shapeCast这里奔溃了 附件 : --> mytttLaya.zip 2020-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20201023
...代码如下: // ---------这部分代码会崩溃 scene.physicsSimulation.shapeCastAll(colliderShape, new Laya.Vector3(-10,0,0), new Laya.Vector3(10,0,0), hitResults); // ---------代码结束 // ---------这部分代码不会崩溃 ...
来源: Laya_社区 发布时间: 20200530
...tected All Inherited Externals Only exported Menu Globals "laya/d3/physics/PhysicsSimulation" PhysicsSimulation Class PhysicsSimulation Simulation 类用于创建物理模拟器。 Hierarchy PhysicsSimulation Index Properties dt fixedTimeStep maxSubSteps disableSimulation Accessors continuousCollisi...
来源: Laya3.0_api 发布时间: 20231115
使用shapeCast打包android中断报错 physicsSimulation.shapeCast()使用这个方法打包Android会报错,执行到该方法就中断,有哪位大佬遇到过吗?是不是需要引用什么库 附件 : --> Test3D.rar 2020-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20200516
...示 Laya2.5 物理系统表现异常BUG Laya2.6.1 LayaNative 物理系统physicsSimulation.shapeCast调用奔溃 Laya2.6.0 LayaNative IOS物理系统physicsSimulation.shapeCast调用奔溃 2d物理系统 刚体初始化的时候 没有继承父节点的旋转 缩放 等 信息 Laya2.6 物理系统...
来源: Laya_社区 发布时间: 20170213
...I DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsSimulationProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsSimulationInheritancePhysicsSimulation Object Simulation 类用于创建物理模拟器。 Public Properties PropertyDefined By contin...
来源: Laya2.0_api 发布时间: 20190513
...his.castAll) { //进行形状检测,检测所有碰撞的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察和理解形...
来源: Laya2.0_文档 发布时间: 20210715
...his.castAll) { //进行形状检测,检测所有碰撞的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察和理解形...
来源: Laya2.0_文档 发布时间: 20210714
...测 if (castAll) { //进行形状检测,检测所有碰撞的物体 scene.physicsSimulation.shapeCastAll(sphereCollider, from, to, hitResults); for (i = 0, n = hitResults.length; i 该示例中射线摆放的半透明模型是使用代码创建的,只是为了方便观察和理解形状扫描检...
来源: Laya2.0_文档 发布时间: 20210715