OverlapPoint(Vector2)
Calculate if a point overlaps the geometry.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly bool OverlapPoint(Vector2 point)
Parameters
The point to check.
Returns
Type | Description |
|---|---|
| bool | If the point overlaps the geometry. |