C# Class TrafficManager.PriorityCar

Datei anzeigen Open project: seiggy/Skylines-Traffic-Manager

Public Properties

Property Type Description
CarState CarState
FromLaneFlags ushort
FromLaneId uint
FromSegment int
LastFrame uint
LastSpeed float
ReduceSpeedByValueToYield float
Stopped bool
ToLaneId uint
ToNode ushort
ToSegment int
WaitTime int

Public Methods

Method Description
ResetCar ( ) : void

Method Details

ResetCar() public method

public ResetCar ( ) : void
return void

Property Details

CarState public_oe property

public CarState CarState
return CarState

FromLaneFlags public_oe property

public ushort FromLaneFlags
return ushort

FromLaneId public_oe property

public uint FromLaneId
return uint

FromSegment public_oe property

public int FromSegment
return int

LastFrame public_oe property

public uint LastFrame
return uint

LastSpeed public_oe property

public float LastSpeed
return float

ReduceSpeedByValueToYield public_oe property

public float ReduceSpeedByValueToYield
return float

Stopped public_oe property

public bool Stopped
return bool

ToLaneId public_oe property

public uint ToLaneId
return uint

ToNode public_oe property

public ushort ToNode
return ushort

ToSegment public_oe property

public int ToSegment
return int

WaitTime public_oe property

public int WaitTime
return int