C# Class TrafficManager.Traffic.VehiclePosition

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
ResetCar ( ) : void
VehiclePosition ( ) : ColossalFramework

Method Details

ResetCar() public méthode

public ResetCar ( ) : void
Résultat void

VehiclePosition() public méthode

public VehiclePosition ( ) : ColossalFramework
Résultat ColossalFramework

Property Details

FromLaneIndex public_oe property

public uint FromLaneIndex
Résultat uint

FromSegment public_oe property

public ushort FromSegment
Résultat ushort

LastCarStateUpdate public_oe property

public uint LastCarStateUpdate
Résultat uint

LastFrame public_oe property

public uint LastFrame
Résultat uint

OnEmergency public_oe property

public bool OnEmergency
Résultat bool

ReduceSpeedByValueToYield public_oe property

public float ReduceSpeedByValueToYield
Résultat float

Stopped public_oe property

public bool Stopped
Résultat bool

ToLaneIndex public_oe property

public uint ToLaneIndex
Résultat uint

ToNode public_oe property

public ushort ToNode
Résultat ushort

ToSegment public_oe property

public ushort ToSegment
Résultat ushort

Valid public_oe property

public bool Valid
Résultat bool

VehicleType public_oe property

public ExtVehicleType VehicleType
Résultat ExtVehicleType

WaitTime public_oe property

public int WaitTime
Résultat int