pub type b2TreeQueryCallbackFcn = Option<unsafe extern "C" fn(proxyId: c_int, userData: u64, context: *mut c_void) -> bool>;Expand description
This function receives proxies found in the AABB query. @return true if the query should continue
Aliased Type§
pub enum b2TreeQueryCallbackFcn {
None,
Some(unsafe extern "C" fn(i32, u64, *mut c_void) -> bool),
}