Remove Collision Nodepath from traverser.

As the title states, is it possible to remove a collision nodepath from the collision traverser? So that one can shift it from being a “from” into an “into” and vice versa, as the situation requires?

Thanks.

You can call removeCollider(nodepath) in the same way you called addCollider.

Thanks; I always liked panda’s intuitive naming system.