C# 클래스 BridgeDesign.TVDevice

상속: EntertainmentDevice
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example

공개 메소드들

메소드 설명
ButtonFivePressed ( ) : void
ButtonSixPressed ( ) : void
TVDevice ( int newDeviceState, int newMaxSetting ) : System.Collections

메소드 상세

ButtonFivePressed() 공개 메소드

public ButtonFivePressed ( ) : void
리턴 void

ButtonSixPressed() 공개 메소드

public ButtonSixPressed ( ) : void
리턴 void

TVDevice() 공개 메소드

public TVDevice ( int newDeviceState, int newMaxSetting ) : System.Collections
newDeviceState int
newMaxSetting int
리턴 System.Collections