Click or drag to resize
SoundInterfaceBehaviourStopSoundEffect Method
Stops the specified looping sound effect.

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void StopSoundEffect(
	AudioSource effectSource
)

Parameters

effectSource
Type: AudioSource
Sound effect source to stop.
See Also