C# Class TrafficManager.Traffic.TimedTrafficSteps

Inheritance: ICloneable
Afficher le fichier Open project: seiggy/Skylines-Traffic-Manager

Méthodes publiques

Свойство Type Description
Frame uint
LightLeft List
LightMain List
LightPedestrian List
LightRight List
NodeId ushort
NumSteps int
Segments List

Méthodes publiques

Méthode Description
Clone ( ) : object
CurrentStep ( ) : long
GetLight ( int segment, int lightType ) : RoadBaseAI.TrafficLightState
SetFrame ( uint frame ) : void
SetLights ( ) : void
StepDone ( uint frame ) : bool
TimedTrafficSteps ( int num, ushort nodeId ) : System
UpdateLights ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CurrentStep() public méthode

public CurrentStep ( ) : long
Résultat long

GetLight() public méthode

public GetLight ( int segment, int lightType ) : RoadBaseAI.TrafficLightState
segment int
lightType int
Résultat RoadBaseAI.TrafficLightState

SetFrame() public méthode

public SetFrame ( uint frame ) : void
frame uint
Résultat void

SetLights() public méthode

public SetLights ( ) : void
Résultat void

StepDone() public méthode

public StepDone ( uint frame ) : bool
frame uint
Résultat bool

TimedTrafficSteps() public méthode

public TimedTrafficSteps ( int num, ushort nodeId ) : System
num int
nodeId ushort
Résultat System

UpdateLights() public méthode

public UpdateLights ( ) : void
Résultat void

Property Details

Frame public_oe property

public uint Frame
Résultat uint

LightLeft public_oe property

public List LightLeft
Résultat List

LightMain public_oe property

public List LightMain
Résultat List

LightPedestrian public_oe property

public List LightPedestrian
Résultat List

LightRight public_oe property

public List LightRight
Résultat List

NodeId public_oe property

public ushort NodeId
Résultat ushort

NumSteps public_oe property

public int NumSteps
Résultat int

Segments public_oe property

public List Segments
Résultat List