pub unsafe extern "C" fn b3Shape_EnablePreSolveEvents(
shapeId: b3ShapeId,
flag: bool,
)Expand description
Enable pre-solve contact events for this shape. Only applies to dynamic bodies. These are expensive and must be carefully handled due to multithreading. Ignored for sensors. @see b3PreSolveFcn