b2Body_EnableContactEvents

Function b2Body_EnableContactEvents 

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

Enable/disable contact events on all shapes. @see b2ShapeDef::enableContactEvents @warning changing this at runtime may cause mismatched begin/end touch events