public bool OverlapPoint (Vector2 point);

파라미터

pointA point in world space.

반환

bool Does point overlap the collider?

설명

Check if a collider overlaps a point in space.

This will always return false when used on an EdgeCollider2D.