java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleSimulationContext
physx.vehicle2.PxVehiclePhysXSimulationContext
-
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) floatfloatvoidvoidsetPhysxActorWakeCounterResetValue(float value) voidsetPhysxActorWakeCounterThreshold(float value) voidsetPhysxScene(PxScene value) voidtransformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) wrapPointer(long address) Methods inherited from class physx.vehicle2.PxVehicleSimulationContext
destroy, getFrame, getGravity, getPvdContext, getScale, getThresholdForwardSpeedForWheelAngleIntegration, getTireSlipParams, getTireStickyParams, getType, setFrame, setGravity, setPvdContext, setScale, setThresholdForwardSpeedForWheelAngleIntegration, setTireSlipParams, setTireStickyParams, setToDefaultMethods 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
-
PxVehiclePhysXSimulationContext
protected PxVehiclePhysXSimulationContext(long address) -
PxVehiclePhysXSimulationContext
public PxVehiclePhysXSimulationContext()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
getPhysxUnitCylinderSweepMesh
- Returns:
- WebIDL type:
PxConvexMesh[Const]
-
setPhysxUnitCylinderSweepMesh
- Parameters:
value- WebIDL type:PxConvexMesh[Const]
-
getPhysxScene
- Returns:
- WebIDL type:
PxScene[Const]
-
setPhysxScene
- Parameters:
value- WebIDL type:PxScene[Const]
-
getPhysxActorUpdateMode
- Returns:
- WebIDL type:
PxVehiclePhysXActorUpdateModeEnum[enum]
-
setPhysxActorUpdateMode
- Parameters:
value- WebIDL type:PxVehiclePhysXActorUpdateModeEnum[enum]
-
getPhysxActorWakeCounterResetValue
public float getPhysxActorWakeCounterResetValue()- Returns:
- WebIDL type: float
-
setPhysxActorWakeCounterResetValue
public void setPhysxActorWakeCounterResetValue(float value) - Parameters:
value- WebIDL type: float
-
getPhysxActorWakeCounterThreshold
public float getPhysxActorWakeCounterThreshold()- Returns:
- WebIDL type: float
-
setPhysxActorWakeCounterThreshold
public void setPhysxActorWakeCounterThreshold(float value) - Parameters:
value- WebIDL type: float
-
transformAndScale
public PxVehiclePhysXSimulationContext transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) - Overrides:
transformAndScalein classPxVehicleSimulationContext- 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:
PxVehiclePhysXSimulationContext[Value]
-