| SoundInterfaceBehaviourItem Property |
Gets or sets the audio channel of the specified type.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public AudioChannel this[
AudioChannelType channelType
] { get; }
Public ReadOnly Default Property Item (
channelType As AudioChannelType
) As AudioChannel
Get
public:
property AudioChannel^ default[AudioChannelType channelType] {
AudioChannel^ get (AudioChannelType channelType);
}
member Item : AudioChannel with get
Parameters
- channelType
- Type: Slash.Unity.Common.SoundAudioChannelType
Type of the audio channel.
Return Value
Type:
AudioChannelAudio channel of the specified type.
See Also