java.lang.Object
physx.vehicle2.PxVehicleCommandResponseParams.Raw
- Enclosing class:
- PxVehicleCommandResponseParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetMaxResponse(long address) static longgetNonlinearResponse(long address) static floatgetWheelResponseMultipliers(long address, int index) static longstatic voidsetMaxResponse(long address, float value) static voidsetNonlinearResponse(long address, long value) static voidsetWheelResponseMultipliers(long address, int index, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleCommandResponseParams
public static long PxVehicleCommandResponseParams() -
destroy
public static void destroy(long address) -
getNonlinearResponse
public static long getNonlinearResponse(long address) -
setNonlinearResponse
public static void setNonlinearResponse(long address, long value) -
getWheelResponseMultipliers
public static float getWheelResponseMultipliers(long address, int index) -
setWheelResponseMultipliers
public static void setWheelResponseMultipliers(long address, int index, float value) -
getMaxResponse
public static float getMaxResponse(long address) -
setMaxResponse
public static void setMaxResponse(long address, float value)
-