C# 클래스 TrafficManager.Traffic.TrafficRoadRestrictions

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

공개 프로퍼티들

프로퍼티 타입 설명
Segments SegmentRestrictions>.Dictionary

공개 메소드들

메소드 설명
AddSegment ( int segmentid, List segmentGroup ) : void
GetSegment ( int segmentid ) : SegmentRestrictions
IsSegment ( int segmentid ) : bool
RemoveSegment ( int segmentid ) : void
VehicleType ( byte simulationFlags ) : VehicleType

메소드 상세

AddSegment() 공개 정적인 메소드

public static AddSegment ( int segmentid, List segmentGroup ) : void
segmentid int
segmentGroup List
리턴 void

GetSegment() 공개 정적인 메소드

public static GetSegment ( int segmentid ) : SegmentRestrictions
segmentid int
리턴 SegmentRestrictions

IsSegment() 공개 정적인 메소드

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

RemoveSegment() 공개 정적인 메소드

public static RemoveSegment ( int segmentid ) : void
segmentid int
리턴 void

VehicleType() 공개 정적인 메소드

public static VehicleType ( byte simulationFlags ) : VehicleType
simulationFlags byte
리턴 VehicleType

프로퍼티 상세

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

public static Dictionary Segments
리턴 SegmentRestrictions>.Dictionary