API ReferenceSandbox.Audio
PerChannel<T>class
Stores a variable per channel
object→PerChannel<T>
Constructors1
Showing 1 constructors
public PerChannel<T>()
No results match this filter.
Methods2
Showing 2 methods
public T Get(Sandbox.Audio.AudioChannel i)
Get the value in a channel
| Parameter | Type | Description |
|---|---|---|
| i | AudioChannel | — |
Returns:
T—public void Set(Sandbox.Audio.AudioChannel i, T value)
| Parameter | Type | Description |
|---|---|---|
| i | AudioChannel | — |
| value | T | — |
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public T[] Sandbox.Audio.PerChannel<T>.Value { get; set; }
Obsolete: This API member is obsolete.
Returns:
T[]—No results match this filter.