b2Body_SetBullet

Function b2Body_SetBullet 

Source
pub unsafe extern "C" fn b2Body_SetBullet(
    bodyId: b2BodyId,
    flag: bool,
)
Expand description

Set this body to be a bullet. A bullet does continuous collision detection against dynamic bodies (but not other bullets).