Enum MobileVehicleInputProvider.VerticalAxisType
Defines the input method used for throttle and brake control.
Namespace: NWH.VehiclePhysics2.Input
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum MobileVehicleInputProvider.VerticalAxisType
Fields
| Name | Description |
|---|---|
| Accelerometer | Device tilt forward/backward controls throttle and brake. |
| Button | Separate on-screen buttons for throttle and brake. |
| None | No throttle/brake input. |
| Screen | Touch screen areas mapped to throttle and brake. |