Class PxJointLimitParameters

java.lang.Object
physx.NativeObject
physx.extensions.PxJointLimitParameters
Direct Known Subclasses:
PxJointAngularLimitPair, PxJointLimitCone, PxJointLimitPyramid, PxJointLinearLimit, PxJointLinearLimitPair

public class PxJointLimitParameters extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxJointLimitParameters

      protected PxJointLimitParameters()
    • PxJointLimitParameters

      protected PxJointLimitParameters(long address)
  • Method Details

    • wrapPointer

      public static PxJointLimitParameters wrapPointer(long address)
    • arrayGet

      public static PxJointLimitParameters arrayGet(long baseAddress, int index)
    • getRestitution

      public float getRestitution()
      Returns:
      WebIDL type: float
    • setRestitution

      public void setRestitution(float value)
      Parameters:
      value - WebIDL type: float
    • getBounceThreshold

      public float getBounceThreshold()
      Returns:
      WebIDL type: float
    • setBounceThreshold

      public void setBounceThreshold(float value)
      Parameters:
      value - WebIDL type: float
    • getStiffness

      public float getStiffness()
      Returns:
      WebIDL type: float
    • setStiffness

      public void setStiffness(float value)
      Parameters:
      value - WebIDL type: float
    • getDamping

      public float getDamping()
      Returns:
      WebIDL type: float
    • setDamping

      public void setDamping(float value)
      Parameters:
      value - WebIDL type: float
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean
    • isSoft

      public boolean isSoft()
      Returns:
      WebIDL type: boolean