java.lang.Object
physx.NativeObject
physx.vehicle2.PhysXIntegrationParams
-
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 PhysXIntegrationParamsarrayGet(long baseAddress, int index) voidcreate(PxVehicleAxleDescription axleDesc, PxQueryFilterData roadQueryFilterData, PxQueryFilterCallback roadQueryFilterCallback, PxVehiclePhysXMaterialFriction materialFrictions, int nbMaterialFrictions, float defaultFriction, PxTransform physxActorCMassLocalPose, PxGeometry actorGeometry, PxTransform physxActorBoxShapeLocalPose, PxVehiclePhysXRoadGeometryQueryTypeEnum roadGeometryQueryType) voiddestroy()getPhysxMaterialFrictionParams(int index) getPhysxSuspensionLimitConstraintParams(int index) getPhysxWheelShapeLocalPoses(int index) booleanisValid(PxVehicleAxleDescription axleDesc) voidvoidvoidsetPhysxActorGeometry(PxGeometry value) voidvoidvoidvoidvoidvoidvoidsetPhysxMaterialFrictionParams(int index, PxVehiclePhysXMaterialFrictionParams value) voidvoidsetPhysxSuspensionLimitConstraintParams(int index, PxVehiclePhysXSuspensionLimitConstraintParams value) voidsetPhysxWheelShapeLocalPoses(int index, PxTransform value) transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) static PhysXIntegrationParamswrapPointer(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
-
PhysXIntegrationParams
protected PhysXIntegrationParams(long address) -
PhysXIntegrationParams
public PhysXIntegrationParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getPhysxRoadGeometryQueryParams
- Returns:
- WebIDL type:
PxVehiclePhysXRoadGeometryQueryParams[Value]
-
setPhysxRoadGeometryQueryParams
- Parameters:
value- WebIDL type:PxVehiclePhysXRoadGeometryQueryParams[Value]
-
getPhysxMaterialFrictionParams
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehiclePhysXMaterialFrictionParams[Value]
-
setPhysxMaterialFrictionParams
- Parameters:
index- Array indexvalue- WebIDL type:PxVehiclePhysXMaterialFrictionParams[Value]
-
getPhysxSuspensionLimitConstraintParams
public PxVehiclePhysXSuspensionLimitConstraintParams getPhysxSuspensionLimitConstraintParams(int index) - Parameters:
index- Array index- Returns:
- WebIDL type:
PxVehiclePhysXSuspensionLimitConstraintParams[Value]
-
setPhysxSuspensionLimitConstraintParams
public void setPhysxSuspensionLimitConstraintParams(int index, PxVehiclePhysXSuspensionLimitConstraintParams value) - Parameters:
index- Array indexvalue- WebIDL type:PxVehiclePhysXSuspensionLimitConstraintParams[Value]
-
getPhysxActorCMassLocalPose
- Returns:
- WebIDL type:
PxTransform[Value]
-
setPhysxActorCMassLocalPose
- Parameters:
value- WebIDL type:PxTransform[Value]
-
getPhysxActorGeometry
- Returns:
- WebIDL type:
PxGeometry
-
setPhysxActorGeometry
- Parameters:
value- WebIDL type:PxGeometry
-
getPhysxActorBoxShapeLocalPose
- Returns:
- WebIDL type:
PxTransform[Value]
-
setPhysxActorBoxShapeLocalPose
- Parameters:
value- WebIDL type:PxTransform[Value]
-
getPhysxWheelShapeLocalPoses
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxTransform[Value]
-
setPhysxWheelShapeLocalPoses
- Parameters:
index- Array indexvalue- WebIDL type:PxTransform[Value]
-
getPhysxActorShapeFlags
- Returns:
- WebIDL type:
PxShapeFlags[Value]
-
setPhysxActorShapeFlags
- Parameters:
value- WebIDL type:PxShapeFlags[Value]
-
getPhysxActorSimulationFilterData
- Returns:
- WebIDL type:
PxFilterData[Value]
-
setPhysxActorSimulationFilterData
- Parameters:
value- WebIDL type:PxFilterData[Value]
-
getPhysxActorQueryFilterData
- Returns:
- WebIDL type:
PxFilterData[Value]
-
setPhysxActorQueryFilterData
- Parameters:
value- WebIDL type:PxFilterData[Value]
-
getPhysxActorWheelShapeFlags
- Returns:
- WebIDL type:
PxShapeFlags[Value]
-
setPhysxActorWheelShapeFlags
- Parameters:
value- WebIDL type:PxShapeFlags[Value]
-
getPhysxActorWheelSimulationFilterData
- Returns:
- WebIDL type:
PxFilterData[Value]
-
setPhysxActorWheelSimulationFilterData
- Parameters:
value- WebIDL type:PxFilterData[Value]
-
getPhysxActorWheelQueryFilterData
- Returns:
- WebIDL type:
PxFilterData[Value]
-
setPhysxActorWheelQueryFilterData
- Parameters:
value- WebIDL type:PxFilterData[Value]
-
transformAndScale
public PhysXIntegrationParams 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:
PhysXIntegrationParams[Value]
-
isValid
- Parameters:
axleDesc- WebIDL type:PxVehicleAxleDescription[Const, Ref]- Returns:
- WebIDL type: boolean
-
create
public void create(PxVehicleAxleDescription axleDesc, PxQueryFilterData roadQueryFilterData, PxQueryFilterCallback roadQueryFilterCallback, PxVehiclePhysXMaterialFriction materialFrictions, int nbMaterialFrictions, float defaultFriction, PxTransform physxActorCMassLocalPose, PxGeometry actorGeometry, PxTransform physxActorBoxShapeLocalPose, PxVehiclePhysXRoadGeometryQueryTypeEnum roadGeometryQueryType) - Parameters:
axleDesc- WebIDL type:PxVehicleAxleDescription[Const, Ref]roadQueryFilterData- WebIDL type:PxQueryFilterData[Const, Ref]roadQueryFilterCallback- WebIDL type:PxQueryFilterCallback[Nullable]materialFrictions- WebIDL type:PxVehiclePhysXMaterialFrictionnbMaterialFrictions- WebIDL type: unsigned longdefaultFriction- WebIDL type: floatphysxActorCMassLocalPose- WebIDL type:PxTransform[Const, Ref]actorGeometry- WebIDL type:PxGeometry[Ref]physxActorBoxShapeLocalPose- WebIDL type:PxTransform[Const, Ref]roadGeometryQueryType- WebIDL type:PxVehiclePhysXRoadGeometryQueryTypeEnum[enum]
-