java.lang.Object
physx.vehicle2.PxVehiclePhysXSimulationContext.Raw
- Enclosing class:
- PxVehiclePhysXSimulationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetPhysxActorUpdateMode(long address) static floatgetPhysxActorWakeCounterResetValue(long address) static floatgetPhysxActorWakeCounterThreshold(long address) static longgetPhysxScene(long address) static longgetPhysxUnitCylinderSweepMesh(long address) static longstatic voidsetPhysxActorUpdateMode(long address, int value) static voidsetPhysxActorWakeCounterResetValue(long address, float value) static voidsetPhysxActorWakeCounterThreshold(long address, float value) static voidsetPhysxScene(long address, long value) static voidsetPhysxUnitCylinderSweepMesh(long address, long value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehiclePhysXSimulationContext
public static long PxVehiclePhysXSimulationContext() -
getPhysxUnitCylinderSweepMesh
public static long getPhysxUnitCylinderSweepMesh(long address) -
setPhysxUnitCylinderSweepMesh
public static void setPhysxUnitCylinderSweepMesh(long address, long value) -
getPhysxScene
public static long getPhysxScene(long address) -
setPhysxScene
public static void setPhysxScene(long address, long value) -
getPhysxActorUpdateMode
public static int getPhysxActorUpdateMode(long address) -
setPhysxActorUpdateMode
public static void setPhysxActorUpdateMode(long address, int value) -
getPhysxActorWakeCounterResetValue
public static float getPhysxActorWakeCounterResetValue(long address) -
setPhysxActorWakeCounterResetValue
public static void setPhysxActorWakeCounterResetValue(long address, float value) -
getPhysxActorWakeCounterThreshold
public static float getPhysxActorWakeCounterThreshold(long address) -
setPhysxActorWakeCounterThreshold
public static void setPhysxActorWakeCounterThreshold(long address, float value) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-