Click or drag to resize
SoundInterfaceBehaviourItem Property
Gets or sets the audio channel of the specified type.

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public AudioChannel this[
	AudioChannelType channelType
] { get; }

Parameters

channelType
Type: Slash.Unity.Common.SoundAudioChannelType
Type of the audio channel.

Return Value

Type: AudioChannel
Audio channel of the specified type.
See Also