C# 클래스 Assignment3Advanced.TrafficLight

파일 보기 프로젝트 열기: hogeschool/INFDEV-Homework

공개 메소드들

메소드 설명
Tick ( float deltaTime ) : void
ToString ( ) : string
TrafficLight ( ) : System

비공개 메소드들

메소드 설명
FromGreenToYellow ( ) : void
FromRedToGreen ( ) : void
FromYellowToRed ( ) : void

메소드 상세

Tick() 공개 메소드

public Tick ( float deltaTime ) : void
deltaTime float
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrafficLight() 공개 메소드

public TrafficLight ( ) : System
리턴 System