java.lang.Object
physx.NativeObject
physx.vehicle2.BaseVehicleState
-
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 TypeMethodDescriptionstatic BaseVehicleStatearrayGet(long baseAddress, int index) voiddestroy()getActuationStates(int index) floatgetBrakeCommandResponseStates(int index) getRoadGeomStates(int index) floatgetSteerCommandResponseStates(int index) getSuspensionComplianceStates(int index) getSuspensionForces(int index) getSuspensionStates(int index) getTireCamberAngleStates(int index) getTireDirectionStates(int index) getTireForces(int index) getTireGripStates(int index) getTireSlipStates(int index) getTireSpeedStates(int index) getTireStickyStates(int index) getWheelLocalPoses(int index) getWheelRigidBody1dStates(int index) voidsetActuationStates(int index, PxVehicleWheelActuationState value) voidvoidsetBrakeCommandResponseStates(int index, float value) voidvoidsetRoadGeomStates(int index, PxVehicleRoadGeometryState value) voidsetSteerCommandResponseStates(int index, float value) voidsetSuspensionComplianceStates(int index, PxVehicleSuspensionComplianceState value) voidsetSuspensionForces(int index, PxVehicleSuspensionForce value) voidsetSuspensionStates(int index, PxVehicleSuspensionState value) voidsetTireCamberAngleStates(int index, PxVehicleTireCamberAngleState value) voidsetTireDirectionStates(int index, PxVehicleTireDirectionState value) voidsetTireForces(int index, PxVehicleTireForce value) voidsetTireGripStates(int index, PxVehicleTireGripState value) voidsetTireSlipStates(int index, PxVehicleTireSlipState value) voidsetTireSpeedStates(int index, PxVehicleTireSpeedState value) voidsetTireStickyStates(int index, PxVehicleTireStickyState value) voidvoidsetWheelLocalPoses(int index, PxVehicleWheelLocalPose value) voidsetWheelRigidBody1dStates(int index, PxVehicleWheelRigidBody1dState value) static BaseVehicleStatewrapPointer(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
-
BaseVehicleState
protected BaseVehicleState(long address) -
BaseVehicleState
public BaseVehicleState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getBrakeCommandResponseStates
public float getBrakeCommandResponseStates(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setBrakeCommandResponseStates
public void setBrakeCommandResponseStates(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
getSteerCommandResponseStates
public float getSteerCommandResponseStates(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setSteerCommandResponseStates
public void setSteerCommandResponseStates(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
getActuationStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleWheelActuationState[Value]
-
setActuationStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleWheelActuationState[Value]
-
getRoadGeomStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleRoadGeometryState[Value]
-
setRoadGeomStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleRoadGeometryState[Value]
-
getSuspensionStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleSuspensionState[Value]
-
setSuspensionStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleSuspensionState[Value]
-
getSuspensionComplianceStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleSuspensionComplianceState[Value]
-
setSuspensionComplianceStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleSuspensionComplianceState[Value]
-
getSuspensionForces
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleSuspensionForce[Value]
-
setSuspensionForces
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleSuspensionForce[Value]
-
getAntiRollTorque
- Returns:
- WebIDL type:
PxVehicleAntiRollTorque[Value]
-
setAntiRollTorque
- Parameters:
value- WebIDL type:PxVehicleAntiRollTorque[Value]
-
getTireGripStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireGripState[Value]
-
setTireGripStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireGripState[Value]
-
getTireDirectionStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireDirectionState[Value]
-
setTireDirectionStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireDirectionState[Value]
-
getTireSpeedStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireSpeedState[Value]
-
setTireSpeedStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireSpeedState[Value]
-
getTireSlipStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireSlipState[Value]
-
setTireSlipStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireSlipState[Value]
-
getTireCamberAngleStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireCamberAngleState[Value]
-
setTireCamberAngleStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireCamberAngleState[Value]
-
getTireStickyStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireStickyState[Value]
-
setTireStickyStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireStickyState[Value]
-
getTireForces
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleTireForce[Value]
-
setTireForces
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleTireForce[Value]
-
getWheelRigidBody1dStates
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleWheelRigidBody1dState[Value]
-
setWheelRigidBody1dStates
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleWheelRigidBody1dState[Value]
-
getWheelLocalPoses
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehicleWheelLocalPose[Value]
-
setWheelLocalPoses
- Parameters:
index- Array indexvalue- WebIDL type:PxVehicleWheelLocalPose[Value]
-
getRigidBodyState
- Returns:
- WebIDL type:
PxVehicleRigidBodyState[Value]
-
setRigidBodyState
- Parameters:
value- WebIDL type:PxVehicleRigidBodyState[Value]
-
setToDefault
public void setToDefault()
-