Class AlwaysPassingNodeGuard
This is the easiest node guard ever
It always allows a transition
Inheritance
System.Object
AlwaysPassingNodeGuard
Assembly: Mars.Components.dll
Syntax
public class AlwaysPassingNodeGuard : object, INodeGuard
Methods
AccessEdge(Int64, ISpatialEdge, ISpatialEdge)
Declaration
public bool AccessEdge(long tick, ISpatialEdge from, ISpatialEdge to)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetTrafficLightPhase(ISpatialEdge, ISpatialEdge)
Declaration
public TrafficLightPhase GetTrafficLightPhase(ISpatialEdge from, ISpatialEdge to)
Parameters
Returns
Implements