Skip to main content

b3Shape_EnableContactEvents

Function b3Shape_EnableContactEvents 

Source
pub unsafe extern "C" fn b3Shape_EnableContactEvents(
    shapeId: b3ShapeId,
    flag: bool,
)
Expand description

Enable contact events for this shape. Only applies to kinematic and dynamic bodies. Ignored for sensors. @see b3ShapeDef::enableContactEvents