If my object has two parts, is it possible to handle collision differently if it hits one part or another?
For instance, if the middle of the object is vulnerable to attack, but being hit anywhere else accumulates your score, is it possible to check for which of the two parts got hit and act accordingly?
Comments