C# Class LightController.LightBoard

Inheritance: IDisposable
Afficher le fichier Open project: ImagineLearning/NerfGallery Class Usage Examples

Méthodes publiques

Свойство Type Description
_levels byte[]

Méthodes publiques

Méthode Description
Dispose ( ) : void
LightBoard ( ) : System
SetValue ( int channels, byte level ) : void
SetValues ( ) : void
this ( int i ) : byte

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LightBoard() public méthode

public LightBoard ( ) : System
Résultat System

SetValue() public méthode

public SetValue ( int channels, byte level ) : void
channels int
level byte
Résultat void

SetValues() public méthode

public SetValues ( ) : void
Résultat void

this() public méthode

public this ( int i ) : byte
i int
Résultat byte

Property Details

_levels public_oe property

public byte[] _levels
Résultat byte[]