Class PxJointLimitParameters.Raw

java.lang.Object
physx.extensions.PxJointLimitParameters.Raw
Enclosing class:
PxJointLimitParameters

public static class PxJointLimitParameters.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • getRestitution

      public static float getRestitution(long address)
    • setRestitution

      public static void setRestitution(long address, float value)
    • getBounceThreshold

      public static float getBounceThreshold(long address)
    • setBounceThreshold

      public static void setBounceThreshold(long address, float value)
    • getStiffness

      public static float getStiffness(long address)
    • setStiffness

      public static void setStiffness(long address, float value)
    • getDamping

      public static float getDamping(long address)
    • setDamping

      public static void setDamping(long address, float value)
    • isValid

      public static boolean isValid(long address)
    • isSoft

      public static boolean isSoft(long address)