Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OverlapPoint(Vector2)

Check if the specified point overlaps this AABB.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly bool OverlapPoint(Vector2 point)

Parameters

point

The point to check for overlap.

Returns

Type

Description

boolTrue if the point overlaps, false if not.