Enum VehicleControlEvent.Type
The event type
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
public enum VehicleControlEvent.Type
Fields
| Name | Description |
|---|---|
| ShiftDown | Shifts the transmission into a lower gear. |
| ShiftUp | Shifts the transmission into a higher gear. |
| StartEngine | Starts the engine. |
| StopEngine | Stops the engine. |