Class PxVehiclePhysXSimulationContext.Raw

java.lang.Object
physx.vehicle2.PxVehiclePhysXSimulationContext.Raw
Enclosing class:
PxVehiclePhysXSimulationContext

public static class PxVehiclePhysXSimulationContext.Raw extends Object
  • 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)