Click or drag to resize

VehicleTick Method

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

A single tick

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 void Tick(
	double timespan
)

Parameters

timespan
Type: SystemDouble
the amount of time the simulation advances in seconds.

Implements

ITickableTick(Double)
See Also