java.lang.Object
physx.vehicle2.EngineDrivetrainState.Raw
- Enclosing class:
- EngineDrivetrainState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longstatic longgetAutoboxState(long address) static longgetClutchCommandResponseState(long address) static longgetClutchState(long address) static longgetDifferentialState(long address) static longgetEngineState(long address) static longgetGearboxState(long address) static longgetThrottleCommandResponseState(long address) static longgetWheelConstraintGroupState(long address) static voidsetAutoboxState(long address, long value) static voidsetClutchCommandResponseState(long address, long value) static voidsetClutchState(long address, long value) static voidsetDifferentialState(long address, long value) static voidsetEngineState(long address, long value) static voidsetGearboxState(long address, long value) static voidsetThrottleCommandResponseState(long address, long value) static voidsetToDefault(long address) static voidsetWheelConstraintGroupState(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
EngineDrivetrainState
public static long EngineDrivetrainState() -
destroy
public static void destroy(long address) -
getThrottleCommandResponseState
public static long getThrottleCommandResponseState(long address) -
setThrottleCommandResponseState
public static void setThrottleCommandResponseState(long address, long value) -
getAutoboxState
public static long getAutoboxState(long address) -
setAutoboxState
public static void setAutoboxState(long address, long value) -
getClutchCommandResponseState
public static long getClutchCommandResponseState(long address) -
setClutchCommandResponseState
public static void setClutchCommandResponseState(long address, long value) -
getDifferentialState
public static long getDifferentialState(long address) -
setDifferentialState
public static void setDifferentialState(long address, long value) -
getWheelConstraintGroupState
public static long getWheelConstraintGroupState(long address) -
setWheelConstraintGroupState
public static void setWheelConstraintGroupState(long address, long value) -
getEngineState
public static long getEngineState(long address) -
setEngineState
public static void setEngineState(long address, long value) -
getGearboxState
public static long getGearboxState(long address) -
setGearboxState
public static void setGearboxState(long address, long value) -
getClutchState
public static long getClutchState(long address) -
setClutchState
public static void setClutchState(long address, long value) -
setToDefault
public static void setToDefault(long address)
-