Click or drag to resize

ISimulationSettings Interface

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

Settings of the simulation

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

The ISimulationSettings type exposes the following members.

Properties
  NameDescription
Public propertyOwnGoup
Gets or sets own goup.
Public propertyTargetGroup
Gets or sets the target group.
Public propertyTargetVehicleCount
Gets or sets the target vehicle count. That is the total number of cars desired for the simulation
Public propertyTickRate
Gets or sets the tick rate in ms.
Public propertyTickStepSize
Gets or sets the size of the tick step size in seconds (e.g 0.1 for 100ms).
Top
See Also