PxPairFilteringMode Struct Reference

#include <PxFiltering.h>

Public Types

enum  Enum { eKEEP, eSUPPRESS, eKILL, eDEFAULT }
 

Member Enumeration Documentation

◆ Enum

Enumerator
eKEEP 

Output pair from BP, potentially send to user callbacks, create regular interaction object. Similar to enabling PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS / PxSceneFlag::eENABLE_KINEMATIC_PAIRS.

eSUPPRESS 

Output pair from BP, create interaction marker. Can be later switched to regular interaction. Similar to disabling PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS / PxSceneFlag::eENABLE_KINEMATIC_PAIRS.

eKILL 

Don't output pair from BP. Cannot be later switched to regular interaction, needs "resetFiltering" call.

eDEFAULT 

Default is to ignore the mode and use PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS and PxSceneFlag::eENABLE_KINEMATIC_PAIRS instead (compatibility).


The documentation for this struct was generated from the following file: