EazySoundManager.PlayUISound Method (AudioClip)

Eazy Sound Manager API

EazySoundManagerPlayUISound Method (AudioClip)

Play a UI sound fx

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static int PlayUISound(
	AudioClip clip
)

Parameters

clip
Type: AudioClip
The audio clip to play

Return Value

Type: Int32
The ID of the created Audio object
See Also