pub unsafe extern "C" fn b2World_SetPreSolveCallback(
worldId: b2WorldId,
fcn: b2PreSolveFcn,
context: *mut c_void,
)Expand description
Register the pre-solve callback. This is optional.
pub unsafe extern "C" fn b2World_SetPreSolveCallback(
worldId: b2WorldId,
fcn: b2PreSolveFcn,
context: *mut c_void,
)Register the pre-solve callback. This is optional.