b2Body_SetAngularDamping

Function b2Body_SetAngularDamping 

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

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