프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LightSimulationByNodeId | TrafficLightSimulation>.Dictionary | ||
nodeId | ushort |
메소드 | 설명 | |
---|---|---|
AddNodeToSimulation ( ushort nodeId ) : |
Adds a traffic light simulation to the node with the given id
|
|
Destroy ( bool destroyGroup ) : void |
Stops & destroys the traffic light simulation(s) at this node (group)
|
|
DestroyManualTrafficLight ( ) : void | ||
DestroyTimedTrafficLight ( ) : void | ||
GetNodeSimulation ( ushort nodeId ) : |
||
IsManualLight ( ) : bool | ||
IsSimulationActive ( ) : bool | ||
IsTimedLight ( ) : bool | ||
IsTimedLightActive ( ) : bool | ||
RemoveNodeFromSimulation ( ushort nodeId, bool destroyGroup ) : void | ||
SetupManualTrafficLight ( ) : void | ||
SetupTimedTrafficLight ( List |
||
SimulationStep ( ) : void | ||
TrafficLightSimulation ( ushort nodeId ) : System |
메소드 | 설명 | |
---|---|---|
OnLevelUnloading ( ) : void | ||
destroyLiveSegments ( ) : void | ||
handleNewSegments ( ) : void | ||
housekeeping ( bool mayDeleteSegmentLights ) : void | ||
setupLiveSegments ( ) : void |
public static AddNodeToSimulation ( ushort nodeId ) : |
||
nodeId | ushort | |
리턴 |
public static GetNodeSimulation ( ushort nodeId ) : |
||
nodeId | ushort | |
리턴 |
public static RemoveNodeFromSimulation ( ushort nodeId, bool destroyGroup ) : void | ||
nodeId | ushort | |
destroyGroup | bool | |
리턴 | void |
public SetupTimedTrafficLight ( List |
||
nodeGroup | List |
|
리턴 | void |
public TrafficLightSimulation ( ushort nodeId ) : System | ||
nodeId | ushort | |
리턴 | System |
public static Dictionary |
||
리턴 | TrafficLightSimulation>.Dictionary |