Ability to disable collision between specific components

Group wise disabling, it does not work well for multiplayer.

In physx, if memory serves, it maintain a list of ignored actors that it will check after broadphase. Currently the alternative is the let the collision happen and filter on my side, which is even worse in terms of performance.