Module de.fabmax.physxjni
Package physx.vehicle2
Class PxVehicleTankDriveTransmissionCommandState.Raw
java.lang.Object
physx.vehicle2.PxVehicleTankDriveTransmissionCommandState.Raw
- Enclosing class:
- PxVehicleTankDriveTransmissionCommandState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetThrusts(long address, int index) static longstatic voidsetThrusts(long address, int index, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTankDriveTransmissionCommandState
public static long PxVehicleTankDriveTransmissionCommandState() -
destroy
public static void destroy(long address) -
getThrusts
public static float getThrusts(long address, int index) -
setThrusts
public static void setThrusts(long address, int index, float value) -
setToDefault
public static void setToDefault(long address)
-