Class PxVehicleDifferentialState.Raw

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

public static class PxVehicleDifferentialState.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleDifferentialState

      public static long PxVehicleDifferentialState()
    • destroy

      public static void destroy(long address)
    • getConnectedWheels

      public static int getConnectedWheels(long address, int index)
    • setConnectedWheels

      public static void setConnectedWheels(long address, int index, int value)
    • getNbConnectedWheels

      public static int getNbConnectedWheels(long address)
    • setNbConnectedWheels

      public static void setNbConnectedWheels(long address, int value)
    • getTorqueRatiosAllWheels

      public static float getTorqueRatiosAllWheels(long address, int index)
    • setTorqueRatiosAllWheels

      public static void setTorqueRatiosAllWheels(long address, int index, float value)
    • getAveWheelSpeedContributionAllWheels

      public static float getAveWheelSpeedContributionAllWheels(long address, int index)
    • setAveWheelSpeedContributionAllWheels

      public static void setAveWheelSpeedContributionAllWheels(long address, int index, float value)
    • setToDefault

      public static void setToDefault(long address)