Package physx.physics
Class PxPairFlagEnum
- java.lang.Object
-
- physx.physics.PxPairFlagEnum
-
public class PxPairFlagEnum extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static inteCONTACT_DEFAULTstatic inteCONTACT_EVENT_POSEstatic inteDETECT_CCD_CONTACTstatic inteDETECT_DISCRETE_CONTACTstatic inteMODIFY_CONTACTSstatic inteNEXT_FREEstatic inteNOTIFY_CONTACT_POINTSstatic inteNOTIFY_THRESHOLD_FORCE_FOUNDstatic inteNOTIFY_THRESHOLD_FORCE_LOSTstatic inteNOTIFY_THRESHOLD_FORCE_PERSISTSstatic inteNOTIFY_TOUCH_CCDstatic inteNOTIFY_TOUCH_FOUNDstatic inteNOTIFY_TOUCH_LOSTstatic inteNOTIFY_TOUCH_PERSISTSstatic intePOST_SOLVER_VELOCITYstatic intePRE_SOLVER_VELOCITYstatic inteSOLVE_CONTACT
-
Constructor Summary
Constructors Constructor Description PxPairFlagEnum()
-
-
-
Field Detail
-
eSOLVE_CONTACT
public static final int eSOLVE_CONTACT
-
eMODIFY_CONTACTS
public static final int eMODIFY_CONTACTS
-
eNOTIFY_TOUCH_FOUND
public static final int eNOTIFY_TOUCH_FOUND
-
eNOTIFY_TOUCH_PERSISTS
public static final int eNOTIFY_TOUCH_PERSISTS
-
eNOTIFY_TOUCH_LOST
public static final int eNOTIFY_TOUCH_LOST
-
eNOTIFY_TOUCH_CCD
public static final int eNOTIFY_TOUCH_CCD
-
eNOTIFY_THRESHOLD_FORCE_FOUND
public static final int eNOTIFY_THRESHOLD_FORCE_FOUND
-
eNOTIFY_THRESHOLD_FORCE_PERSISTS
public static final int eNOTIFY_THRESHOLD_FORCE_PERSISTS
-
eNOTIFY_THRESHOLD_FORCE_LOST
public static final int eNOTIFY_THRESHOLD_FORCE_LOST
-
eNOTIFY_CONTACT_POINTS
public static final int eNOTIFY_CONTACT_POINTS
-
eDETECT_DISCRETE_CONTACT
public static final int eDETECT_DISCRETE_CONTACT
-
eDETECT_CCD_CONTACT
public static final int eDETECT_CCD_CONTACT
-
ePRE_SOLVER_VELOCITY
public static final int ePRE_SOLVER_VELOCITY
-
ePOST_SOLVER_VELOCITY
public static final int ePOST_SOLVER_VELOCITY
-
eCONTACT_EVENT_POSE
public static final int eCONTACT_EVENT_POSE
-
eNEXT_FREE
public static final int eNEXT_FREE
-
eCONTACT_DEFAULT
public static final int eCONTACT_DEFAULT
-
-