Table of Contents

Method b3World_OverlapAABB

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3World_OverlapAABB(b3WorldId, b3AABB, b3QueryFilter, delegate* unmanaged[Cdecl]<b3ShapeId, void*, NativeBool>, void*)

Overlap test for all shapes that potentially overlap the provided AABB

public static extern b3TreeStats b3World_OverlapAABB(b3WorldId worldId, b3AABB aabb, b3QueryFilter filter, delegate* unmanaged[Cdecl]<b3ShapeId, void*, NativeBool> fcn, void* context)

Parameters

worldId b3WorldId

See the Box3D documentation.

aabb b3AABB

See the Box3D documentation.

filter b3QueryFilter

See the Box3D documentation.

fcn delegate* unmanaged[Cdecl]<b3ShapeId, void*, NativeBool>

See the Box3D documentation.

context void*

See the Box3D documentation.

Returns

b3TreeStats

See the Box3D documentation.