+#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] |
+
+ +
+
| PxTriggerPairFlags PxTriggerPair::flags | +
+Additional information on the pair (see PxTriggerPairFlag). +
+ +
| PxRigidActor* PxTriggerPair::otherActor | +
+The actor to which otherShape is attached. +
+ +
| PxShape* PxTriggerPair::otherShape | +
+The shape causing the trigger event. +
+
| PxPairFlag::Enum PxTriggerPair::status | +
+Type of trigger event (eNOTIFY_TOUCH_FOUND or eNOTIFY_TOUCH_LOST). eNOTIFY_TOUCH_PERSISTS events are not supported. +
+ +
| PxRigidActor* PxTriggerPair::triggerActor | +
+The actor to which triggerShape is attached. +
+ +
| PxShape* PxTriggerPair::triggerShape | +
+The shape that has been marked as a trigger. +
+ +
+