 | SoundInterfaceBehaviourStopSoundEffect Method |
Stops the specified looping sound effect.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void StopSoundEffect(
AudioSource effectSource
)
Public Sub StopSoundEffect (
effectSource As AudioSource
)
public:
void StopSoundEffect(
AudioSource^ effectSource
)
member StopSoundEffect :
effectSource : AudioSource -> unit
Parameters
- effectSource
- Type: AudioSource
Sound effect source to stop.
See Also