OnFilterIntersectionPair

data class OnFilterIntersectionPair(    val colliderA: ColliderKey,     val colliderB: ColliderKey,     val bodyA: RigidBodyKey?,     val bodyB: RigidBodyKey?,     var createPair: Boolean = true)

Constructors

Link copied to clipboard
constructor(colliderA: ColliderKey, colliderB: ColliderKey, bodyA: RigidBodyKey?, bodyB: RigidBodyKey?, createPair: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard