b2Body_SetLinearDamping

Function b2Body_SetLinearDamping 

Source
pub unsafe extern "C" fn b2Body_SetLinearDamping(
    bodyId: b2BodyId,
    linearDamping: f32,
)
Expand description

Adjust the linear damping. Normally this is set in b2BodyDef before creation.