Heured 版本3.1.1, 物理引擎为bullet, 在取collisionGroup时发现为undefined, 断点发现other类型为laya.bullet.js中的类, 并不是或继承自PhysicsColliderComponent,看了一下onCollisionEnter参数collsion的other属性是ICollider类型的,所以是d.ts没更新吗附件:TestPhysics3D.zip TestPhysics3D.zip0B
Heured layabox 感觉声明文件没改对,参考源码的话,我是觉得Collision的other属性作为ICollider类型是没错的,但onTriggerEnter里的other参数也应该是ICollider类型才对