Class PxVehicleGearboxState.Raw

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

public static class PxVehicleGearboxState.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleGearboxState

      public static long PxVehicleGearboxState()
    • destroy

      public static void destroy(long address)
    • getCurrentGear

      public static int getCurrentGear(long address)
    • setCurrentGear

      public static void setCurrentGear(long address, int value)
    • getTargetGear

      public static int getTargetGear(long address)
    • setTargetGear

      public static void setTargetGear(long address, int value)
    • getGearSwitchTime

      public static float getGearSwitchTime(long address)
    • setGearSwitchTime

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

      public static void setToDefault(long address)