I'm trying to do some point based collision and was wondering if there is a way to quickly check if 4 specific coordinate points have a sprite under it. For example, I have the point 400, 800, and want to check if that point overlaps a specific object.
You could do this in code, obviously, but for efficiency's sake I am looking for a built in way.