| SoundInterfaceBehaviourClearAudioChannel Method |
Stops the clip being played at the specified channel, if any.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public void ClearAudioChannel(
AudioChannelType channelType
)
Public Sub ClearAudioChannel (
channelType As AudioChannelType
)
public:
void ClearAudioChannel(
AudioChannelType channelType
)
member ClearAudioChannel :
channelType : AudioChannelType -> unit
Parameters
- channelType
- Type: Slash.Unity.Common.SoundAudioChannelType
Channel to stop the current audio clip of.
See Also