Eazy Sound Manager API Refrence
EazySoundManagerGetSoundAudio Method (AudioClip) |
Returns the first occurrence of 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

C#
public static Audio GetSoundAudio( AudioClip audioClip )
Parameters
- audioClip
- Type: AudioClip
The audio clip of the sound Audio to be retrieved
Return Value
Type: AudioFirst occurrence of sound Audio that has as plays the audioClip, null if no such Audio is found
