Package physx.physics

Enum Class PxPairFlagEnum

java.lang.Object
java.lang.Enum<PxPairFlagEnum>
physx.physics.PxPairFlagEnum
All Implemented Interfaces:
Serializable, Comparable<PxPairFlagEnum>, Constable

public enum PxPairFlagEnum extends Enum<PxPairFlagEnum>
  • Enum Constant Details

    • eSOLVE_CONTACT

      public static final PxPairFlagEnum eSOLVE_CONTACT
    • eMODIFY_CONTACTS

      public static final PxPairFlagEnum eMODIFY_CONTACTS
    • eNOTIFY_TOUCH_FOUND

      public static final PxPairFlagEnum eNOTIFY_TOUCH_FOUND
    • eNOTIFY_TOUCH_PERSISTS

      public static final PxPairFlagEnum eNOTIFY_TOUCH_PERSISTS
    • eNOTIFY_TOUCH_LOST

      public static final PxPairFlagEnum eNOTIFY_TOUCH_LOST
    • eNOTIFY_TOUCH_CCD

      public static final PxPairFlagEnum eNOTIFY_TOUCH_CCD
    • eNOTIFY_THRESHOLD_FORCE_FOUND

      public static final PxPairFlagEnum eNOTIFY_THRESHOLD_FORCE_FOUND
    • eNOTIFY_THRESHOLD_FORCE_PERSISTS

      public static final PxPairFlagEnum eNOTIFY_THRESHOLD_FORCE_PERSISTS
    • eNOTIFY_THRESHOLD_FORCE_LOST

      public static final PxPairFlagEnum eNOTIFY_THRESHOLD_FORCE_LOST
    • eNOTIFY_CONTACT_POINTS

      public static final PxPairFlagEnum eNOTIFY_CONTACT_POINTS
    • eDETECT_DISCRETE_CONTACT

      public static final PxPairFlagEnum eDETECT_DISCRETE_CONTACT
    • eDETECT_CCD_CONTACT

      public static final PxPairFlagEnum eDETECT_CCD_CONTACT
    • ePRE_SOLVER_VELOCITY

      public static final PxPairFlagEnum ePRE_SOLVER_VELOCITY
    • ePOST_SOLVER_VELOCITY

      public static final PxPairFlagEnum ePOST_SOLVER_VELOCITY
    • eCONTACT_EVENT_POSE

      public static final PxPairFlagEnum eCONTACT_EVENT_POSE
    • eNEXT_FREE

      public static final PxPairFlagEnum eNEXT_FREE
    • eCONTACT_DEFAULT

      public static final PxPairFlagEnum eCONTACT_DEFAULT
    • eTRIGGER_DEFAULT

      public static final PxPairFlagEnum eTRIGGER_DEFAULT
  • Field Details

    • value

      public final int value
  • Method Details

    • values

      public static PxPairFlagEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PxPairFlagEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forValue

      public static PxPairFlagEnum forValue(int value)