C# 클래스 TrafficLight, framework

상속: MonoBehaviour
파일 보기 프로젝트 열기: UnityContrib/framework 1 사용 예제들

공개 메소드들

메소드 설명
Set ( bool green, bool yellow, bool red ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Set() 공개 메소드

public Set ( bool green, bool yellow, bool red ) : void
green bool
yellow bool
red bool
리턴 void