Class PxVehicleAxleDescription.Raw

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

public static class PxVehicleAxleDescription.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleAxleDescription

      public static long PxVehicleAxleDescription()
    • destroy

      public static void destroy(long address)
    • getNbAxles

      public static int getNbAxles(long address)
    • setNbAxles

      public static void setNbAxles(long address, int value)
    • getNbWheelsPerAxle

      public static int getNbWheelsPerAxle(long address, int index)
    • setNbWheelsPerAxle

      public static void setNbWheelsPerAxle(long address, int index, int value)
    • getAxleToWheelIds

      public static int getAxleToWheelIds(long address, int index)
    • setAxleToWheelIds

      public static void setAxleToWheelIds(long address, int index, int value)
    • getWheelIdsInAxleOrder

      public static int getWheelIdsInAxleOrder(long address, int index)
    • setWheelIdsInAxleOrder

      public static void setWheelIdsInAxleOrder(long address, int index, int value)
    • getNbWheels

      public static int getNbWheels(long address)
    • setNbWheels

      public static void setNbWheels(long address, int value)
    • setToDefault

      public static void setToDefault(long address)
    • getNbWheelsOnAxle

      public static int getNbWheelsOnAxle(long address, int i)
    • getWheelOnAxle

      public static int getWheelOnAxle(long address, int j, int i)
    • getAxle

      public static int getAxle(long address, int wheelId)
    • isValid

      public static boolean isValid(long address)