C# Класс TrafficManager.SegmentRestrictions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SegmentGroup List
SpeedLimits float[]

Открытые методы

Метод Описание
AddLane ( uint lane, int lanenum, NetInfo dir ) : void
GetLane ( int lane ) : TrafficManager.LaneRestrictions
GetLaneByNum ( int laneNum ) : TrafficManager.LaneRestrictions
SegmentRestrictions ( int segmentid, IEnumerable segmentGroup ) : System.Collections.Generic

Описание методов

AddLane() публичный Метод

public AddLane ( uint lane, int lanenum, NetInfo dir ) : void
lane uint
lanenum int
dir NetInfo
Результат void

GetLane() публичный Метод

public GetLane ( int lane ) : TrafficManager.LaneRestrictions
lane int
Результат TrafficManager.LaneRestrictions

GetLaneByNum() публичный Метод

public GetLaneByNum ( int laneNum ) : TrafficManager.LaneRestrictions
laneNum int
Результат TrafficManager.LaneRestrictions

SegmentRestrictions() публичный Метод

public SegmentRestrictions ( int segmentid, IEnumerable segmentGroup ) : System.Collections.Generic
segmentid int
segmentGroup IEnumerable
Результат System.Collections.Generic

Описание свойств

SegmentGroup публичное свойство

public List SegmentGroup
Результат List

SpeedLimits публичное свойство

public float[] SpeedLimits
Результат float[]