Class PxVehiclePhysXSuspensionLimitConstraintParams.Raw

java.lang.Object
physx.vehicle2.PxVehiclePhysXSuspensionLimitConstraintParams.Raw
Enclosing class:
PxVehiclePhysXSuspensionLimitConstraintParams

public static class PxVehiclePhysXSuspensionLimitConstraintParams.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getRestitution

      public static float getRestitution(long address)
    • setRestitution

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

      public static int getDirectionForSuspensionLimitConstraint(long address)
    • setDirectionForSuspensionLimitConstraint

      public static void setDirectionForSuspensionLimitConstraint(long address, int value)
    • transformAndScale

      public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
    • isValid

      public static boolean isValid(long address)