Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OverlapPoint(Vector2)

Check if a point intersects the shape. This will only work on "closed" shapes. See PhysicsShape.ShapeType.
Read time 1 minuteLast updated 9 days ago

Definition

public bool OverlapPoint(Vector2 point)

Parameters

point

The world point to check.

Returns

Type

Description

boolWhether an intersection was found or not.