Method b3DynamicTree_Query
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_Query(b3DynamicTree*, b3AABB, ulong, NativeBool, delegate* unmanaged[Cdecl]<int, ulong, void*, NativeBool>, void*)
Query an AABB for overlapping proxies. The callback function is called for each proxy that overlaps the supplied AABB.
public static extern b3TreeStats b3DynamicTree_Query(b3DynamicTree* tree, b3AABB aabb, ulong maskBits, NativeBool requireAllBits, delegate* unmanaged[Cdecl]<int, ulong, void*, NativeBool> callback, void* context)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
aabbb3AABB-
See the Box3D documentation.
maskBitsulong-
See the Box3D documentation.
requireAllBitsNativeBool-
See the Box3D documentation.
callbackdelegate* unmanaged[Cdecl]<int, ulong, void*, NativeBool>-
See the Box3D documentation.
contextvoid*-
See the Box3D documentation.
Returns
- b3TreeStats
-
performance data