Module de.fabmax.physxjni
Package physx.vehicle2
Class PxVehicleDirectDriveTransmissionCommandState.Raw
java.lang.Object
physx.vehicle2.PxVehicleDirectDriveTransmissionCommandState.Raw
- Enclosing class:
- PxVehicleDirectDriveTransmissionCommandState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetGear(long address) static longstatic voidsetGear(long address, int value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleDirectDriveTransmissionCommandState
public static long PxVehicleDirectDriveTransmissionCommandState() -
destroy
public static void destroy(long address) -
getGear
public static int getGear(long address) -
setGear
public static void setGear(long address, int value) -
setToDefault
public static void setToDefault(long address)
-