C# 클래스 TrafficManager.Traffic.VehiclePosition

파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FromLaneIndex uint
FromSegment ushort
LastCarStateUpdate uint
LastFrame uint
OnEmergency bool
ReduceSpeedByValueToYield float
Stopped bool
ToLaneIndex uint
ToNode ushort
ToSegment ushort
Valid bool
VehicleType ExtVehicleType
WaitTime int

공개 메소드들

메소드 설명
ResetCar ( ) : void
VehiclePosition ( ) : ColossalFramework

메소드 상세

ResetCar() 공개 메소드

public ResetCar ( ) : void
리턴 void

VehiclePosition() 공개 메소드

public VehiclePosition ( ) : ColossalFramework
리턴 ColossalFramework

프로퍼티 상세

FromLaneIndex 공개적으로 프로퍼티

public uint FromLaneIndex
리턴 uint

FromSegment 공개적으로 프로퍼티

public ushort FromSegment
리턴 ushort

LastCarStateUpdate 공개적으로 프로퍼티

public uint LastCarStateUpdate
리턴 uint

LastFrame 공개적으로 프로퍼티

public uint LastFrame
리턴 uint

OnEmergency 공개적으로 프로퍼티

public bool OnEmergency
리턴 bool

ReduceSpeedByValueToYield 공개적으로 프로퍼티

public float ReduceSpeedByValueToYield
리턴 float

Stopped 공개적으로 프로퍼티

public bool Stopped
리턴 bool

ToLaneIndex 공개적으로 프로퍼티

public uint ToLaneIndex
리턴 uint

ToNode 공개적으로 프로퍼티

public ushort ToNode
리턴 ushort

ToSegment 공개적으로 프로퍼티

public ushort ToSegment
리턴 ushort

Valid 공개적으로 프로퍼티

public bool Valid
리턴 bool

VehicleType 공개적으로 프로퍼티

public ExtVehicleType VehicleType
리턴 ExtVehicleType

WaitTime 공개적으로 프로퍼티

public int WaitTime
리턴 int