Skip to main content

b3Body_SetBullet

Function b3Body_SetBullet 

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

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