b2Body_SetGravityScale

Function b2Body_SetGravityScale 

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

Adjust the gravity scale. Normally this is set in b2BodyDef before creation. @see b2BodyDef::gravityScale