OverlapPoint(Vector2)
Check if the specified point overlaps this AABB.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly bool OverlapPoint(Vector2 point)
Parameters
The point to check for overlap.
Returns
Type | Description |
|---|---|
| bool | True if the point overlaps, false if not. |