Enum MobileVehicleInputProvider.HorizontalAxisType
Defines the input method used for horizontal steering control.
Namespace: NWH.VehiclePhysics2.Input
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum MobileVehicleInputProvider.HorizontalAxisType
Fields
| Name | Description |
|---|---|
| Accelerometer | Device tilt/rotation controls steering direction. |
| Button | On-screen left/right buttons. |
| None | No steering input. |
| Screen | Touch screen areas mapped to steering. |
| SteeringWheel | Draggable on-screen steering wheel graphic. |