PxContactPairHeader
Defined in include/PxSimulationEventCallback.h
-
struct PxContactPairHeader
An Instance of this class is passed to PxSimulationEventCallback.onContact().
Public Functions
-
inline PxContactPairHeader()
Public Members
-
PxActor *actors[2]
The two actors of the notification shape pairs.
See also
Note
The actor pointers might reference deleted actors. This will be the case if PxPairFlag::eNOTIFY_TOUCH_LOST or PxPairFlag::eNOTIFY_THRESHOLD_FORCE_LOST events were requested for the pair and one of the involved actors gets deleted or removed from the scene. Check the flags member to see whether that is the case. Do not dereference a pointer to a deleted actor. The pointer to a deleted actor is only provided such that user data structures which might depend on the pointer value can be updated.
-
const PxU8 *extraDataStream
Stream containing extra data as requested in the PxPairFlag flags of the simulation filter.
This pointer is only valid if any kind of extra data information has been requested for the contact report pair (see PxPairFlag::ePOST_SOLVER_VELOCITY etc.), else it will be NULL.
See also
-
PxContactPairHeaderFlags flags
Additional information on the contact report pair.
See also
-
const struct PxContactPair *pairs
pointer to the contact pairs
-
inline PxContactPairHeader()