java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleCommandNonLinearResponseParams
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddResponse(PxVehicleCommandValueResponseTable commandValueSpeedResponses) arrayGet(long baseAddress, int index) voidclear()voiddestroy()floatgetCommandValues(int index) shortshortshortgetNbSpeedResponsesPerCommandValue(int index) floatgetSpeedResponses(int index) shortgetSpeedResponsesPerCommandValue(int index) voidsetCommandValues(int index, float value) voidsetNbCommandValues(short value) voidsetNbSpeedResponses(short value) voidsetNbSpeedResponsesPerCommandValue(int index, short value) voidsetSpeedResponses(int index, float value) voidsetSpeedResponsesPerCommandValue(int index, short value) wrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxVehicleCommandNonLinearResponseParams
protected PxVehicleCommandNonLinearResponseParams(long address) -
PxVehicleCommandNonLinearResponseParams
public PxVehicleCommandNonLinearResponseParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getSpeedResponses
public float getSpeedResponses(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setSpeedResponses
public void setSpeedResponses(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
getNbSpeedResponses
public short getNbSpeedResponses()- Returns:
- WebIDL type: short
-
setNbSpeedResponses
public void setNbSpeedResponses(short value) - Parameters:
value- WebIDL type: short
-
getSpeedResponsesPerCommandValue
public short getSpeedResponsesPerCommandValue(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: short
-
setSpeedResponsesPerCommandValue
public void setSpeedResponsesPerCommandValue(int index, short value) - Parameters:
index- Array indexvalue- WebIDL type: short
-
getNbSpeedResponsesPerCommandValue
public short getNbSpeedResponsesPerCommandValue(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: short
-
setNbSpeedResponsesPerCommandValue
public void setNbSpeedResponsesPerCommandValue(int index, short value) - Parameters:
index- Array indexvalue- WebIDL type: short
-
getCommandValues
public float getCommandValues(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setCommandValues
public void setCommandValues(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
getNbCommandValues
public short getNbCommandValues()- Returns:
- WebIDL type: short
-
setNbCommandValues
public void setNbCommandValues(short value) - Parameters:
value- WebIDL type: short
-
clear
public void clear() -
addResponse
- Parameters:
commandValueSpeedResponses- WebIDL type:PxVehicleCommandValueResponseTable[Const, Ref]- Returns:
- WebIDL type: boolean
-