Jump to content

[SOLVED] XOR for collision masks?


Recommended Posts

Hello!

 

We need to create a class of objects that can't collide with each other. We need MANY objects in this class, so creating a new collision mask for each will be not proper at all.

 

Is it a way to use XOR for collision masks instead of AND? If not, how such class can be created?

 

Thanks!

Link to comment
×
×
  • Create New...