java.lang.Object
physx.vehicle2.PxVehicleCommandState.Raw
- Enclosing class:
- PxVehicleCommandState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetBrakes(long address, int index) static intgetNbBrakes(long address) static floatgetSteer(long address) static floatgetThrottle(long address) static longstatic voidsetBrakes(long address, int index, float value) static voidsetNbBrakes(long address, int value) static voidsetSteer(long address, float value) static voidsetThrottle(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleCommandState
public static long PxVehicleCommandState() -
destroy
public static void destroy(long address) -
getBrakes
public static float getBrakes(long address, int index) -
setBrakes
public static void setBrakes(long address, int index, float value) -
getNbBrakes
public static int getNbBrakes(long address) -
setNbBrakes
public static void setNbBrakes(long address, int value) -
getThrottle
public static float getThrottle(long address) -
setThrottle
public static void setThrottle(long address, float value) -
getSteer
public static float getSteer(long address) -
setSteer
public static void setSteer(long address, float value) -
setToDefault
public static void setToDefault(long address)
-