point | @param point Точка в пространстве в мировых координатах. |
layerMask | @param layerMask Фильтр для обнаружения коллайдеров только на определённых слоях. |
minDepth | @param minDepth Включает только объекты с координатой Z (глубиной) выше, чем это значение. |
maxDepth | @param maxDepth Включает только объекты с координатой Z (глубиной) меньше, чем это значение. |
Проверяет, пересекается ли коллайдер с точкой в пространстве.
@param layerMask Фильтр для обнаружения коллайдеров только на определённых слоях.
Although the Z axis is not relevant for rendering or collisions in 2D, you can use the minDepth and maxDepth parameters to filter objects based on their Z coordinate. If more than one collider overlaps the point then the one returned will be the one with the lowest Z coordinate value. Null is returned if there are no colliders over the point.
See Also: OverlapArea, OverlapCircle, OverlapPointAll, OverlapPointNonAlloc.