Class EngineDriveVehicle.Raw

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

public static class EngineDriveVehicle.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • EngineDriveVehicle

      public static long EngineDriveVehicle()
    • destroy

      public static void destroy(long address)
    • getEngineDriveParams

      public static long getEngineDriveParams(long address)
    • setEngineDriveParams

      public static void setEngineDriveParams(long address, long value)
    • getEngineDriveState

      public static long getEngineDriveState(long address)
    • setEngineDriveState

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

      public static long getTransmissionCommandState(long address)
    • setTransmissionCommandState

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

      public static long getTankDriveTransmissionCommandState(long address)
    • setTankDriveTransmissionCommandState

      public static void setTankDriveTransmissionCommandState(long address, long value)
    • getDifferentialType

      public static int getDifferentialType(long address)
    • setDifferentialType

      public static void setDifferentialType(long address, int value)
    • initialize

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

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

      public static void initComponentSequence(long address, boolean addPhysXBeginEndComponents)