Api Sandbox Audio PerChannel<T>
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)
Assembly: Sandbox.Engine Namespace: Sandbox.Audio Full Name: Sandbox.Audio.PerChannel<T>