java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleSuspensionStateCalculationParams
-
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 TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()booleanbooleanisValid()voidsetLimitSuspensionExpansionVelocity(boolean value) voidtransformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) 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
-
PxVehicleSuspensionStateCalculationParams
protected PxVehicleSuspensionStateCalculationParams(long address) -
PxVehicleSuspensionStateCalculationParams
public PxVehicleSuspensionStateCalculationParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getSuspensionJounceCalculationType
- Returns:
- WebIDL type:
PxVehicleSuspensionJounceCalculationTypeEnum[enum]
-
setSuspensionJounceCalculationType
- Parameters:
value- WebIDL type:PxVehicleSuspensionJounceCalculationTypeEnum[enum]
-
getLimitSuspensionExpansionVelocity
public boolean getLimitSuspensionExpansionVelocity()- Returns:
- WebIDL type: boolean
-
setLimitSuspensionExpansionVelocity
public void setLimitSuspensionExpansionVelocity(boolean value) - Parameters:
value- WebIDL type: boolean
-
transformAndScale
public PxVehicleSuspensionStateCalculationParams 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:
PxVehicleSuspensionStateCalculationParams[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-