Click or drag to resize

IVehicleLifetimeManager Interface

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

Manages the lifetime of vehicles

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IVehicleLifetimeManager

The IVehicleLifetimeManager type exposes the following members.

Methods
  NameDescription
Public methodCreateVehicle
Creates a new vehicle
Public methodDestoryVehicle
Destroys a vehicle
Top
See Also