Skip to main content

b3Body_SetLinearDamping

Function b3Body_SetLinearDamping 

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

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