java.lang.Object
physx.vehicle2.PxVehicleClutchCommandResponseState.Raw
- Enclosing class:
- PxVehicleClutchCommandResponseState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetCommandResponse(long address) static floatgetNormalisedCommandResponse(long address) static longstatic voidsetCommandResponse(long address, float value) static voidsetNormalisedCommandResponse(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleClutchCommandResponseState
public static long PxVehicleClutchCommandResponseState() -
destroy
public static void destroy(long address) -
getNormalisedCommandResponse
public static float getNormalisedCommandResponse(long address) -
setNormalisedCommandResponse
public static void setNormalisedCommandResponse(long address, float value) -
getCommandResponse
public static float getCommandResponse(long address) -
setCommandResponse
public static void setCommandResponse(long address, float value) -
setToDefault
public static void setToDefault(long address)
-