Click or drag to resize

TrafficLight Constructor

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

Initializes a new instance of the TrafficLight class.

Namespace:  TrafficSimulation.Simulation.Engine
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public TrafficLight(
	INodeConnection nodeConnection
)

Parameters

nodeConnection
Type: TrafficSimulation.Simulation.Engine.EnvironmentINodeConnection
The node connection on which end the traffic light is placed.
See Also