java.lang.Object
physx.vehicle2.PxVehicleCommandNonLinearResponseParams.Raw
- Enclosing class:
- PxVehicleCommandNonLinearResponseParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddResponse(long address, long commandValueSpeedResponses) static voidclear(long address) static voiddestroy(long address) static floatgetCommandValues(long address, int index) static shortgetNbCommandValues(long address) static shortgetNbSpeedResponses(long address) static shortgetNbSpeedResponsesPerCommandValue(long address, int index) static floatgetSpeedResponses(long address, int index) static shortgetSpeedResponsesPerCommandValue(long address, int index) static longstatic voidsetCommandValues(long address, int index, float value) static voidsetNbCommandValues(long address, short value) static voidsetNbSpeedResponses(long address, short value) static voidsetNbSpeedResponsesPerCommandValue(long address, int index, short value) static voidsetSpeedResponses(long address, int index, float value) static voidsetSpeedResponsesPerCommandValue(long address, int index, short value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleCommandNonLinearResponseParams
public static long PxVehicleCommandNonLinearResponseParams() -
destroy
public static void destroy(long address) -
getSpeedResponses
public static float getSpeedResponses(long address, int index) -
setSpeedResponses
public static void setSpeedResponses(long address, int index, float value) -
getNbSpeedResponses
public static short getNbSpeedResponses(long address) -
setNbSpeedResponses
public static void setNbSpeedResponses(long address, short value) -
getSpeedResponsesPerCommandValue
public static short getSpeedResponsesPerCommandValue(long address, int index) -
setSpeedResponsesPerCommandValue
public static void setSpeedResponsesPerCommandValue(long address, int index, short value) -
getNbSpeedResponsesPerCommandValue
public static short getNbSpeedResponsesPerCommandValue(long address, int index) -
setNbSpeedResponsesPerCommandValue
public static void setNbSpeedResponsesPerCommandValue(long address, int index, short value) -
getCommandValues
public static float getCommandValues(long address, int index) -
setCommandValues
public static void setCommandValues(long address, int index, float value) -
getNbCommandValues
public static short getNbCommandValues(long address) -
setNbCommandValues
public static void setNbCommandValues(long address, short value) -
clear
public static void clear(long address) -
addResponse
public static boolean addResponse(long address, long commandValueSpeedResponses)
-