Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Assignment3Advanced
TrafficLight
C# Class Assignment3Advanced.TrafficLight
Exibir arquivo
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