Version: 2020.2
언어: 한국어
public bool OverlapPoint (Vector2 point);

파라미터

point A 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.