Table of Contents

Method OnOverlap

Namespace
Box3D
Assembly
Box3D.NET.dll

OnOverlap(Shape)

Called once for each shape found.

bool OnOverlap(Shape shape)

Parameters

shape Shape

The shape that overlaps the query volume.

Returns

bool

true to keep searching, false to stop.