java.lang.Object
physx.vehicle2.PxVehicleAxleDescription.Raw
- Enclosing class:
- PxVehicleAxleDescription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetAxle(long address, int wheelId) static intgetAxleToWheelIds(long address, int index) static intgetNbAxles(long address) static intgetNbWheels(long address) static intgetNbWheelsOnAxle(long address, int i) static intgetNbWheelsPerAxle(long address, int index) static intgetWheelIdsInAxleOrder(long address, int index) static intgetWheelOnAxle(long address, int j, int i) static booleanisValid(long address) static longstatic voidsetAxleToWheelIds(long address, int index, int value) static voidsetNbAxles(long address, int value) static voidsetNbWheels(long address, int value) static voidsetNbWheelsPerAxle(long address, int index, int value) static voidsetToDefault(long address) static voidsetWheelIdsInAxleOrder(long address, int index, int value)
-
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)
-