C# Class Assignment3Advanced.TrafficLight

Mostra file Open project: hogeschool/INFDEV-Homework

Public Methods

Method Description
Tick ( float deltaTime ) : void
ToString ( ) : string
TrafficLight ( ) : System

Private Methods

Method Description
FromGreenToYellow ( ) : void
FromRedToGreen ( ) : void
FromYellowToRed ( ) : void

Method Details

Tick() public method

public Tick ( float deltaTime ) : void
deltaTime float
return void

ToString() public method

public ToString ( ) : string
return string

TrafficLight() public method

public TrafficLight ( ) : System
return System