Class PxVehiclePhysXConstraintState.Raw

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

public static class PxVehiclePhysXConstraintState.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehiclePhysXConstraintState

      public static long PxVehiclePhysXConstraintState()
    • destroy

      public static void destroy(long address)
    • getTireActiveStatus

      public static boolean getTireActiveStatus(long address, int index)
    • setTireActiveStatus

      public static void setTireActiveStatus(long address, int index, boolean value)
    • getTireLinears

      public static long getTireLinears(long address, int index)
    • setTireLinears

      public static void setTireLinears(long address, int index, long value)
    • getTireAngulars

      public static long getTireAngulars(long address, int index)
    • setTireAngulars

      public static void setTireAngulars(long address, int index, long value)
    • getTireDamping

      public static float getTireDamping(long address, int index)
    • setTireDamping

      public static void setTireDamping(long address, int index, float value)
    • getSuspActiveStatus

      public static boolean getSuspActiveStatus(long address)
    • setSuspActiveStatus

      public static void setSuspActiveStatus(long address, boolean value)
    • getSuspLinear

      public static long getSuspLinear(long address)
    • setSuspLinear

      public static void setSuspLinear(long address, long value)
    • getSuspAngular

      public static long getSuspAngular(long address)
    • setSuspAngular

      public static void setSuspAngular(long address, long value)
    • getSuspGeometricError

      public static float getSuspGeometricError(long address)
    • setSuspGeometricError

      public static void setSuspGeometricError(long address, float value)
    • getRestitution

      public static float getRestitution(long address)
    • setRestitution

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

      public static void setToDefault(long address)