Class PxVehicleSimulationContext.Raw

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

public static class PxVehicleSimulationContext.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleSimulationContext

      public static long PxVehicleSimulationContext()
    • destroy

      public static void destroy(long address)
    • getGravity

      public static long getGravity(long address)
    • setGravity

      public static void setGravity(long address, long value)
    • getFrame

      public static long getFrame(long address)
    • setFrame

      public static void setFrame(long address, long value)
    • getScale

      public static long getScale(long address)
    • setScale

      public static void setScale(long address, long value)
    • getTireSlipParams

      public static long getTireSlipParams(long address)
    • setTireSlipParams

      public static void setTireSlipParams(long address, long value)
    • getTireStickyParams

      public static long getTireStickyParams(long address)
    • setTireStickyParams

      public static void setTireStickyParams(long address, long value)
    • getThresholdForwardSpeedForWheelAngleIntegration

      public static float getThresholdForwardSpeedForWheelAngleIntegration(long address)
    • setThresholdForwardSpeedForWheelAngleIntegration

      public static void setThresholdForwardSpeedForWheelAngleIntegration(long address, float value)
    • getPvdContext

      public static long getPvdContext(long address)
    • setPvdContext

      public static void setPvdContext(long address, long value)
    • getType

      public static int getType(long address)
    • setToDefault

      public static void setToDefault(long address)
    • transformAndScale

      public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)