pub unsafe extern "C" fn b2World_SetFrictionCallback(
worldId: b2WorldId,
callback: b2FrictionCallback,
)Expand description
Set the friction callback. Passing NULL resets to default.
pub unsafe extern "C" fn b2World_SetFrictionCallback(
worldId: b2WorldId,
callback: b2FrictionCallback,
)Set the friction callback. Passing NULL resets to default.