pub unsafe extern "C" fn b2World_SetCustomFilterCallback(
worldId: b2WorldId,
fcn: b2CustomFilterFcn,
context: *mut c_void,
)Expand description
Register the custom filter callback. This is optional.
pub unsafe extern "C" fn b2World_SetCustomFilterCallback(
worldId: b2WorldId,
fcn: b2CustomFilterFcn,
context: *mut c_void,
)Register the custom filter callback. This is optional.