프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Frame | uint | ||
LightLeft | List |
||
LightMain | List |
||
LightPedestrian | List |
||
LightRight | List |
||
NodeId | ushort | ||
NumSteps | int | ||
Segments | List |
메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
CurrentStep ( ) : long | ||
GetLight ( int segment, int lightType ) : RoadBaseAI.TrafficLightState | ||
SetFrame ( uint frame ) : void | ||
SetLights ( ) : void | ||
StepDone ( uint frame ) : bool | ||
TimedTrafficSteps ( int num, ushort nodeId ) : System | ||
UpdateLights ( ) : void |
public GetLight ( int segment, int lightType ) : RoadBaseAI.TrafficLightState | ||
segment | int | |
lightType | int | |
리턴 | RoadBaseAI.TrafficLightState |
public TimedTrafficSteps ( int num, ushort nodeId ) : System | ||
num | int | |
nodeId | ushort | |
리턴 | System |