java.lang.Object
physx.NativeObject
physx.vehicle2.DirectDrivetrainParams
-
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 DirectDrivetrainParamsarrayGet(long baseAddress, int index) voiddestroy()booleanisValid(PxVehicleAxleDescription axleDesc) voidtransformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) static DirectDrivetrainParamswrapPointer(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
-
DirectDrivetrainParams
protected DirectDrivetrainParams(long address) -
DirectDrivetrainParams
public DirectDrivetrainParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getDirectDriveThrottleResponseParams
- Returns:
- WebIDL type:
PxVehicleDirectDriveThrottleCommandResponseParams[Value]
-
setDirectDriveThrottleResponseParams
public void setDirectDriveThrottleResponseParams(PxVehicleDirectDriveThrottleCommandResponseParams value) - Parameters:
value- WebIDL type:PxVehicleDirectDriveThrottleCommandResponseParams[Value]
-
transformAndScale
public DirectDrivetrainParams transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) - Parameters:
srcFrame- WebIDL type:PxVehicleFrame[Const, Ref]trgFrame- WebIDL type:PxVehicleFrame[Const, Ref]srcScale- WebIDL type:PxVehicleScale[Const, Ref]trgScale- WebIDL type:PxVehicleScale[Const, Ref]- Returns:
- WebIDL type:
DirectDrivetrainParams[Value]
-
isValid
- Parameters:
axleDesc- WebIDL type:PxVehicleAxleDescription[Const, Ref]- Returns:
- WebIDL type: boolean
-