有什么方法可以检测 SCNParticleSystem 和 SCNNode 之间的联系吗?

Is there any way how to detect contact between SCNParticleSystem and SCNNode?

我在检测 SCNNode and SCNParticleSystem 之间的联系时遇到问题。我已经尝试设置 physicsBody.categoryBitMaskcontactBitMask 掩码,但没有成功。我在另一个节点上试过了,效果很好。我怎样才能在 SCNParticleSystem 上做到这一点?

你试过colliderNodesAPI吗?