pub unsafe extern "C" fn PxSimulationEventCallback_onTrigger_mut(
    self_: *mut PxSimulationEventCallback,
    pairs: *mut PxTriggerPair,
    count: u32
)
Expand description

This is called with the current trigger pair events.

Shapes which have been marked as triggers using PxShapeFlag::eTRIGGER_SHAPE will send events according to the pair flag specification in the filter shader (see PxPairFlag, #PxSimulationFilterShader).

Trigger shapes will no longer send notification events for interactions with other trigger shapes.