C# 클래스 TrafficManager.Traffic.TimedTrafficSteps

상속: ICloneable
파일 보기 프로젝트 열기: seiggy/Skylines-Traffic-Manager

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CurrentStep() 공개 메소드

public CurrentStep ( ) : long
리턴 long

GetLight() 공개 메소드

public GetLight ( int segment, int lightType ) : RoadBaseAI.TrafficLightState
segment int
lightType int
리턴 RoadBaseAI.TrafficLightState

SetFrame() 공개 메소드

public SetFrame ( uint frame ) : void
frame uint
리턴 void

SetLights() 공개 메소드

public SetLights ( ) : void
리턴 void

StepDone() 공개 메소드

public StepDone ( uint frame ) : bool
frame uint
리턴 bool

TimedTrafficSteps() 공개 메소드

public TimedTrafficSteps ( int num, ushort nodeId ) : System
num int
nodeId ushort
리턴 System

UpdateLights() 공개 메소드

public UpdateLights ( ) : void
리턴 void

프로퍼티 상세

Frame 공개적으로 프로퍼티

public uint Frame
리턴 uint

LightLeft 공개적으로 프로퍼티

public List LightLeft
리턴 List

LightMain 공개적으로 프로퍼티

public List LightMain
리턴 List

LightPedestrian 공개적으로 프로퍼티

public List LightPedestrian
리턴 List

LightRight 공개적으로 프로퍼티

public List LightRight
리턴 List

NodeId 공개적으로 프로퍼티

public ushort NodeId
리턴 ushort

NumSteps 공개적으로 프로퍼티

public int NumSteps
리턴 int

Segments 공개적으로 프로퍼티

public List Segments
리턴 List