Collision Filtering SparkNotes

object fileter options let you specifiy if specific object should or should not overlap with other types of objects.
every object has a filter
Two objects collide
both objects querry for collisoin
if either filter says it overlaps, with the opposing type, then there is an overlap.
The general rule. queries pick the least blocking option between the two filters.

Privacy & Terms