What is the preferred methods for doing so, performance-wise?
For example I want to pick certain objects in an area around a given point.
What I have thought off so far is using invisible objects as extended hit detectors. Like creating a circle or square then have collision responses to them.
Or maybe just pass the entire object list and iterate on it, then using a distance/angle based condition.