Table of Contents

Method b3QueryCompound

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

b3QueryCompound(b3CompoundData*, b3AABB, delegate* unmanaged[Cdecl]<b3CompoundData*, int, void*, NativeBool>, void*)

Query a compound shape for children that overlap an AABB.

public static extern void b3QueryCompound(b3CompoundData* compound, b3AABB aabb, delegate* unmanaged[Cdecl]<b3CompoundData*, int, void*, NativeBool> fcn, void* context)

Parameters

compound b3CompoundData*

See the Box3D documentation.

aabb b3AABB

See the Box3D documentation.

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

See the Box3D documentation.

context void*

See the Box3D documentation.