Package physx.support

Enum Class PxPvdSceneFlagEnum

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

public enum PxPvdSceneFlagEnum extends Enum<PxPvdSceneFlagEnum>
PVD scene Flags. They are disabled by default, and only works if PxPvdInstrumentationFlag::eDEBUG is set.
  • Enum Constant Details

    • eTRANSMIT_CONTACTS

      public static final PxPvdSceneFlagEnum eTRANSMIT_CONTACTS
    • eTRANSMIT_SCENEQUERIES

      public static final PxPvdSceneFlagEnum eTRANSMIT_SCENEQUERIES
      Transmits contact stream to PVD.
    • eTRANSMIT_CONSTRAINTS

      public static final PxPvdSceneFlagEnum eTRANSMIT_CONSTRAINTS
  • Field Details

    • value

      public final int value
  • Method Details

    • values

      public static PxPvdSceneFlagEnum[] 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 PxPvdSceneFlagEnum 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 PxPvdSceneFlagEnum forValue(int value)