 | VehicleType Enumeration |
[This is preliminary documentation and is subject to change.]
The type of a vehicle
Namespace:
TrafficSimulation.Simulation.Contracts
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxPublic Enumeration VehicleType
public enum class VehicleType
Members|
| Member name | Value | Description |
|---|
| Car | 0 |
Represents a car in the simulation
|
See Also