Class DirectDriveVehicle.Raw

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

public static class DirectDriveVehicle.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • DirectDriveVehicle

      public static long DirectDriveVehicle()
    • destroy

      public static void destroy(long address)
    • getDirectDriveParams

      public static long getDirectDriveParams(long address)
    • setDirectDriveParams

      public static void setDirectDriveParams(long address, long value)
    • getDirectDriveState

      public static long getDirectDriveState(long address)
    • setDirectDriveState

      public static void setDirectDriveState(long address, long value)
    • getTransmissionCommandState

      public static long getTransmissionCommandState(long address)
    • setTransmissionCommandState

      public static void setTransmissionCommandState(long address, long value)
    • initialize

      public static boolean initialize(long address, long physics, long params, long defaultMaterial)
    • initialize

      public static boolean initialize(long address, long physics, long params, long defaultMaterial, boolean addPhysXBeginEndComponents)
    • initComponentSequence

      public static void initComponentSequence(long address, boolean addPhysXBeginEndComponents)