pub unsafe extern "C" fn b2DynamicTree_Query(
tree: *const b2DynamicTree,
aabb: b2AABB,
maskBits: u64,
callback: b2TreeQueryCallbackFcn,
context: *mut c_void,
) -> b2TreeStatsExpand description
Query an AABB for overlapping proxies. The callback class is called for each proxy that overlaps the supplied AABB. @return performance data