#include <PxSimulationEventCallback.h>

Public Member Functions | |
| PX_INLINE | PxTriggerPair () |
Public Attributes | |
| PxShape * | triggerShape |
| The shape that has been marked as a trigger. | |
| PxRigidActor * | triggerActor |
| The actor to which triggerShape is attached. | |
| PxShape * | otherShape |
| The shape causing the trigger event. | |
| PxRigidActor * | otherActor |
| The actor to which otherShape is attached. | |
| PxPairFlag::Enum | status |
| Type of trigger event (eNOTIFY_TOUCH_FOUND or eNOTIFY_TOUCH_LOST). eNOTIFY_TOUCH_PERSISTS events are not supported. | |
| PxTriggerPairFlags | flags |
| Additional information on the pair (see PxTriggerPairFlag). | |
An array of these structs gets passed to the PxSimulationEventCallback::onTrigger() report.
| PX_INLINE PxTriggerPair::PxTriggerPair | ( | ) | [inline] |
Additional information on the pair (see PxTriggerPairFlag).
The actor to which otherShape is attached.
The shape causing the trigger event.
Type of trigger event (eNOTIFY_TOUCH_FOUND or eNOTIFY_TOUCH_LOST). eNOTIFY_TOUCH_PERSISTS events are not supported.
The actor to which triggerShape is attached.
The shape that has been marked as a trigger.