C# 클래스 TrafficManager.TrafficLight.TrafficLightsManual

파일 보기 프로젝트 열기: seiggy/Skylines-Traffic-Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ManualSegments ManualSegment>.Dictionary

공개 메소드들

메소드 설명
AddSegmentLight ( ushort nodeId, int segmentId, RoadBaseAI light ) : void
ClearSegment ( ushort nodeId, int segmentId ) : void
GetSegmentLight ( ushort nodeId, int segmentId ) : ManualSegmentLight
IsSegmentLight ( ushort nodeId, int segmentId ) : bool
RemoveSegmentLight ( ushort nodeId, int segmentId ) : void
SegmentIsIncomingOneWay ( int segmentid, ushort nodeId ) : bool
SegmentIsOneWay ( int segmentid ) : bool

메소드 상세

AddSegmentLight() 공개 정적인 메소드

public static AddSegmentLight ( ushort nodeId, int segmentId, RoadBaseAI light ) : void
nodeId ushort
segmentId int
light RoadBaseAI
리턴 void

ClearSegment() 공개 정적인 메소드

public static ClearSegment ( ushort nodeId, int segmentId ) : void
nodeId ushort
segmentId int
리턴 void

GetSegmentLight() 공개 정적인 메소드

public static GetSegmentLight ( ushort nodeId, int segmentId ) : ManualSegmentLight
nodeId ushort
segmentId int
리턴 ManualSegmentLight

IsSegmentLight() 공개 정적인 메소드

public static IsSegmentLight ( ushort nodeId, int segmentId ) : bool
nodeId ushort
segmentId int
리턴 bool

RemoveSegmentLight() 공개 정적인 메소드

public static RemoveSegmentLight ( ushort nodeId, int segmentId ) : void
nodeId ushort
segmentId int
리턴 void

SegmentIsIncomingOneWay() 공개 정적인 메소드

public static SegmentIsIncomingOneWay ( int segmentid, ushort nodeId ) : bool
segmentid int
nodeId ushort
리턴 bool

SegmentIsOneWay() 공개 정적인 메소드

public static SegmentIsOneWay ( int segmentid ) : bool
segmentid int
리턴 bool

프로퍼티 상세

ManualSegments 공개적으로 정적으로 프로퍼티

public static Dictionary ManualSegments
리턴 ManualSegment>.Dictionary