 | IVehicleLifetimeManagerDestoryVehicle Method |
[This is preliminary documentation and is subject to change.]
Destroys a vehicle
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid DestoryVehicle(
IVehicle vehicle
)
Sub DestoryVehicle (
vehicle As IVehicle
)
void DestoryVehicle(
IVehicle^ vehicle
)
abstract DestoryVehicle :
vehicle : IVehicle -> unit
Parameters
- vehicle
- Type: TrafficSimulation.Simulation.EngineIVehicle
The vehicle to destroy
See Also