C# 클래스 LightController.LightBoard

상속: IDisposable
파일 보기 프로젝트 열기: ImagineLearning/NerfGallery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_levels byte[]

공개 메소드들

메소드 설명
Dispose ( ) : void
LightBoard ( ) : System
SetValue ( int channels, byte level ) : void
SetValues ( ) : void
this ( int i ) : byte

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LightBoard() 공개 메소드

public LightBoard ( ) : System
리턴 System

SetValue() 공개 메소드

public SetValue ( int channels, byte level ) : void
channels int
level byte
리턴 void

SetValues() 공개 메소드

public SetValues ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : byte
i int
리턴 byte

프로퍼티 상세

_levels 공개적으로 프로퍼티

public byte[] _levels
리턴 byte[]