API ReferenceSandbox.Audio
public sealed struct Sandbox.Audio.PerChannel<T>
Stores a variable per channel
Constructors
Showing 1 constructors
public PerChannel<T>()
No results match this filter.
Methods
Showing 2 methods
public T Get(Sandbox.Audio.AudioChannel i)
Get the value in a channel
public void Set(Sandbox.Audio.AudioChannel i, T value)
No results match this filter.
Properties
Showing 1 properties
public T[] Sandbox.Audio.PerChannel<T>.Value { get; set; }Obsolete
Obsolete: This API member is obsolete.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Audio |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Audio.PerChannel`1 |