An Instance of this class is passed to PxSimulationEventCallback.onContact(). More...
#include <PxSimulationEventCallback.h>
Public Member Functions | |
PX_INLINE | PxContactPairHeader () |
Public Attributes | |
PxRigidActor * | actors [2] |
The two actors of the notification shape pairs. More... | |
const PxU8 * | extraDataStream |
Stream containing extra data as requested in the PxPairFlag flags of the simulation filter. More... | |
PxU16 | extraDataStreamSize |
Size of the extra data stream [bytes]. More... | |
PxContactPairHeaderFlags | flags |
Additional information on the contact report pair. More... | |
An Instance of this class is passed to PxSimulationEventCallback.onContact().
|
inline |
PxRigidActor* PxContactPairHeader::actors[2] |
The two actors of the notification shape pairs.
const PxU8* PxContactPairHeader::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.
PxU16 PxContactPairHeader::extraDataStreamSize |
Size of the extra data stream [bytes].
PxContactPairHeaderFlags PxContactPairHeader::flags |
Additional information on the contact report pair.