Click or drag to resize

TrafficLightState Enumeration

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

Represents the state of a traffic light

Namespace:  TrafficSimulation.Simulation.Engine
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public enum TrafficLightState
Members
  Member nameValueDescription
Red0 Traffic light is red
Green1 Traffic light is green
See Also