C# Class Assignment3Advanced.TrafficLight

Afficher le fichier Open project: hogeschool/INFDEV-Homework

Méthodes publiques

Méthode Description
Tick ( float deltaTime ) : void
ToString ( ) : string
TrafficLight ( ) : System

Private Methods

Méthode Description
FromGreenToYellow ( ) : void
FromRedToGreen ( ) : void
FromYellowToRed ( ) : void

Method Details

Tick() public méthode

public Tick ( float deltaTime ) : void
deltaTime float
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TrafficLight() public méthode

public TrafficLight ( ) : System
Résultat System