Click or drag to resize
SoundInterfaceBehaviourPlaySoundEffect Method (AudioClip)
Plays the specified sound effect once.

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public AudioSource PlaySoundEffect(
	AudioClip clip
)

Parameters

clip
Type: AudioClip
Sound effect clip to play.

Return Value

Type: AudioSource
Audio source playing the specified clip.
See Also