Package physx.vehicle
Class PxVehicleDrive4WControlEnum
- java.lang.Object
-
- physx.vehicle.PxVehicleDrive4WControlEnum
-
public class PxVehicleDrive4WControlEnum extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static inteANALOG_INPUT_ACCELstatic inteANALOG_INPUT_BRAKEstatic inteANALOG_INPUT_HANDBRAKEstatic inteANALOG_INPUT_STEER_LEFTstatic inteANALOG_INPUT_STEER_RIGHTstatic inteMAX_NB_DRIVE4W_ANALOG_INPUTS
-
Constructor Summary
Constructors Constructor Description PxVehicleDrive4WControlEnum()
-
-
-
Field Detail
-
eANALOG_INPUT_ACCEL
public static final int eANALOG_INPUT_ACCEL
-
eANALOG_INPUT_BRAKE
public static final int eANALOG_INPUT_BRAKE
-
eANALOG_INPUT_HANDBRAKE
public static final int eANALOG_INPUT_HANDBRAKE
-
eANALOG_INPUT_STEER_LEFT
public static final int eANALOG_INPUT_STEER_LEFT
-
eANALOG_INPUT_STEER_RIGHT
public static final int eANALOG_INPUT_STEER_RIGHT
-
eMAX_NB_DRIVE4W_ANALOG_INPUTS
public static final int eMAX_NB_DRIVE4W_ANALOG_INPUTS
-
-