Property | Type | Description | |
---|---|---|---|
NodeDictionary | TrafficLightSimulation>.Dictionary |
Method | Description | |
---|---|---|
AddNodeToSimulation ( ushort nodeId ) : void | ||
Awake ( ) : void | ||
CustomSimulationStep ( ushort nodeId, NetNode &data ) : void | ||
GetNodeSimulation ( ushort nodeId ) : |
||
OriginalSimulationStep ( ushort nodeId, NetNode &data ) : void | ||
RemoveNodeFromSimulation ( ushort nodeId ) : void | ||
Update ( ) : void |
public static AddNodeToSimulation ( ushort nodeId ) : void | ||
nodeId | ushort | |
return | void |
public CustomSimulationStep ( ushort nodeId, NetNode &data ) : void | ||
nodeId | ushort | |
data | NetNode | |
return | void |
public static GetNodeSimulation ( ushort nodeId ) : |
||
nodeId | ushort | |
return |
public OriginalSimulationStep ( ushort nodeId, NetNode &data ) : void | ||
nodeId | ushort | |
data | NetNode | |
return | void |
public static RemoveNodeFromSimulation ( ushort nodeId ) : void | ||
nodeId | ushort | |
return | void |