CollisionGrid2d.Overlaps Method

Determines whether a given test poly overlaps any of the so-far added polys. Add() and Overlaps() calls may be interleaved. Overlaps() assumes that a) the test poly is CCW if it is closed b) the added hole polys lie inside contour polys.
public bool Overlaps( 
   Poly2d testpoly 
)

Parameters

testpoly
Poly2d

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition