struct
PerChannel<T>
public sealed struct PerChannel<T> Stores a variable per channel
Constructors
PerChannel<T>() Properties
| Name | Type | Description |
|---|---|---|
Value | T[] |
Methods
T Get(AudioChannel i) Get the value in a channel
Void Set(AudioChannel i, T value)