pub unsafe extern "C" fn b3World_SetRestitutionCallback(
worldId: b3WorldId,
callback: b3RestitutionCallback,
)Expand description
Set the restitution callback. Passing NULL resets to default.
pub unsafe extern "C" fn b3World_SetRestitutionCallback(
worldId: b3WorldId,
callback: b3RestitutionCallback,
)Set the restitution callback. Passing NULL resets to default.