EazySoundManager.GetUISoundAudio Method (AudioClip)

Eazy Sound Manager API

EazySoundManagerGetUISoundAudio Method (AudioClip)

Returns the first occurrence of UI sound Audio that plays the given audioClip. Returns null if no such Audio is found

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Audio GetUISoundAudio(
	AudioClip audioClip
)

Parameters

audioClip
Type: AudioClip
The audio clip of the UI sound Audio to be retrieved

Return Value

Type: Audio
First occurrence of UI sound Audio that has as plays the audioClip, null if no such Audio is found
See Also