java.lang.Object
physx.vehicle2.EngineDriveVehicle.Raw
- Enclosing class:
- EngineDriveVehicle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longstatic intgetDifferentialType(long address) static longgetEngineDriveParams(long address) static longgetEngineDriveState(long address) static longgetTankDriveTransmissionCommandState(long address) static longgetTransmissionCommandState(long address) static voidinitComponentSequence(long address, boolean addPhysXBeginEndComponents) static booleaninitialize(long address, long physics, long params, long defaultMaterial, int differentialType) static booleaninitialize(long address, long physics, long params, long defaultMaterial, int differentialType, boolean addPhysXBeginEndComponents) static voidsetDifferentialType(long address, int value) static voidsetEngineDriveParams(long address, long value) static voidsetEngineDriveState(long address, long value) static voidsetTankDriveTransmissionCommandState(long address, long value) static voidsetTransmissionCommandState(long address, long value)
-
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)
-