pub type b3CompoundQueryFcn = Option<unsafe extern "C" fn(compound: *const b3CompoundData, childIndex: c_int, context: *mut c_void) -> bool>;Expand description
Callback for compound overlap queries.
Aliased Type§
pub enum b3CompoundQueryFcn {
None,
Some(unsafe extern "C" fn(*const b3CompoundData, i32, *mut c_void) -> bool),
}