pub unsafe extern "C" fn b3World_SetFrictionCallback(
worldId: b3WorldId,
callback: b3FrictionCallback,
)Expand description
Set the friction callback. Passing NULL resets to default.
pub unsafe extern "C" fn b3World_SetFrictionCallback(
worldId: b3WorldId,
callback: b3FrictionCallback,
)Set the friction callback. Passing NULL resets to default.