pub unsafe extern "C" fn b2World_SetRestitutionCallback(
worldId: b2WorldId,
callback: b2RestitutionCallback,
)Expand description
Set the restitution callback. Passing NULL resets to default.
pub unsafe extern "C" fn b2World_SetRestitutionCallback(
worldId: b2WorldId,
callback: b2RestitutionCallback,
)Set the restitution callback. Passing NULL resets to default.