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
compoundb3CompoundData*-
See the Box3D documentation.
aabbb3AABB-
See the Box3D documentation.
fcndelegate* unmanaged[Cdecl]<b3CompoundData*, int, void*, NativeBool>-
See the Box3D documentation.
contextvoid*-
See the Box3D documentation.