Click or drag to resize

Vehicle Constructor (VehicleType)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Vehicle class.

Namespace:  TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public Vehicle(
	VehicleType type
)

Parameters

type
Type: TrafficSimulation.Simulation.ContractsVehicleType
The type.
See Also