C# 클래스 ArduinoTest.Components.AmbiantLightingManager

상속: IAmbiantLightingManager
파일 보기 프로젝트 열기: holymoo/Disposition

공개 메소드들

메소드 설명
AmbiantLightingManager ( ) : ArduinoTest.Components.Abstract

ctor

Close ( ) : void
Initialize ( ) : void

Initializes all the components to make magic happen

Run ( ) : void

Starts the awesomeness

메소드 상세

AmbiantLightingManager() 공개 메소드

ctor
public AmbiantLightingManager ( ) : ArduinoTest.Components.Abstract
리턴 ArduinoTest.Components.Abstract

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes all the components to make magic happen
public Initialize ( ) : void
리턴 void

Run() 공개 메소드

Starts the awesomeness
public Run ( ) : void
리턴 void